Skip to content

Commit

Permalink
feat: config fold fringe
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed May 29, 2024
1 parent d0d9fb5 commit 8f3d8e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vs-dark-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,10 @@
`(tree-sitter-hl-face:noise ((t :foreground "#8D9B99")))

`(ts-fold-replacement-face ((t :foreground "#808080" :box (:line-width (-1 . -1) :style pressed-button))))
`(ts-fold-fringe-face ((t :foreground "#B9B9B9")))

`(treesit-fold-replacement-face ((t :foreground "#808080" :box (:line-width (-1 . -1) :style pressed-button))))
`(treesit-fold-fringe-face ((t :foreground "#B9B9B9")))

`(company-tooltip-annotation ((t :foreground "#96A2AA")))
`(company-fuzzy-annotation-face ((t :foreground "#7BABCA")))
Expand Down

0 comments on commit 8f3d8e8

Please sign in to comment.