Skip to content

Commit 344a4dc

Browse files
committed
Configure highlight-indent-guides
1 parent 04867f8 commit 344a4dc

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

vs-light-theme.el

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,16 @@
6262

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

65+
`(highlight-indent-guides-odd-face ((t :foreground "#D0D0D0")))
66+
`(highlight-indent-guides-even-face ((t :foreground "#D0D0D0")))
67+
`(highlight-indent-guides-character-face ((t :foreground "#D0D0D0")))
68+
`(highlight-indent-guides-top-odd-face ((t :foreground "#D0D0D0")))
69+
`(highlight-indent-guides-top-even-face ((t :foreground "#D0D0D0")))
70+
`(highlight-indent-guides-top-character-face ((t :foreground "#D0D0D0")))
71+
`(highlight-indent-guides-stack-odd-face ((t :foreground "#D0D0D0")))
72+
`(highlight-indent-guides-stack-even-face ((t :foreground "#D0D0D0")))
73+
`(highlight-indent-guides-stack-character-face ((t :foreground "#D0D0D0")))
74+
6575
`(highlight-doxygen-comment ((t :background "#ffffff")))
6676
`(highlight-doxygen-code-block ((t :background "grey85")))
6777
`(highlight-doxygen-command ((t :foreground "SlateGray")))

0 commit comments

Comments
 (0)