Skip to content

Commit

Permalink
config highlight-indent-guides
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Oct 24, 2022
1 parent a95aeca commit 9469425
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vs-dark-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,16 @@

`(show-paren-match ((t :box (:line-width (-1 . -1) :style released-button :color "#464646"))))

`(highlight-indent-guides-odd-face ((t :foreground "#414141")))
`(highlight-indent-guides-even-face ((t :foreground "#414141")))
`(highlight-indent-guides-character-face ((t :foreground "#414141")))
`(highlight-indent-guides-top-odd-face ((t :foreground "#414141")))
`(highlight-indent-guides-top-even-face ((t :foreground "#414141")))
`(highlight-indent-guides-top-character-face ((t :foreground "#414141")))
`(highlight-indent-guides-stack-odd-face ((t :foreground "#414141")))
`(highlight-indent-guides-stack-even-face ((t :foreground "#414141")))
`(highlight-indent-guides-stack-character-face ((t :foreground "#414141")))

`(highlight-doxygen-comment ((t :background "#1E1E1E")))
`(highlight-doxygen-code-block ((t :background "grey40")))
`(highlight-doxygen-command ((t :foreground "SlateGray")))
Expand Down

0 comments on commit 9469425

Please sign in to comment.