Skip to content

Commit

Permalink
fix(treesitter-context): correctly set colors variables
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Feb 26, 2024
1 parent 70ce45c commit 9fc6b46
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,10 @@ Fall back to the default `citre--project-root'."
:when (+emacs-features-p 'tree-sitter)
:commands treesitter-context-mode
:custom
(treesitter-context-background-color "#EEEEEE")
(treesitter-context-border-color "#000000")
(treesitter-context-idle-time 0.5))
(treesitter-context-idle-time 0.5)
:config
(setq treesitter-context-background-color "#EEEEEE"
treesitter-context-border-color "#000000"))

(use-package breadcrumb
:straight t)
Expand Down

0 comments on commit 9fc6b46

Please sign in to comment.