diff options
| author | 2019-05-05 00:14:27 -0700 | |
|---|---|---|
| committer | 2019-05-05 00:15:30 -0700 | |
| commit | 77da82aedad8db73d8feaf41323f8a3c4137ea3f (patch) | |
| tree | 23ac0c899bdbada6f764866b6ca1eb77b481cb3b /yoshi-theme.el | |
| parent | 9889b6d57471fa8f5a30223afa145b516a973f28 (diff) | |
| download | yoshi-theme-77da82aedad8db73d8feaf41323f8a3c4137ea3f.tar.gz yoshi-theme-77da82aedad8db73d8feaf41323f8a3c4137ea3f.zip | |
Add highlight-indent-guides-character-face
Diffstat (limited to 'yoshi-theme.el')
| -rw-r--r-- | yoshi-theme.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el index d0113b6..ecf6b51 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -258,6 +258,9 @@ `(hl-indent-block-face-6 ((t (:background ,bgturquoise)))) `(hl-indent-face ((t (:inherit unspecified :background ,bgdim)))) + ;;; Highlight indent guides + `(highlight-indent-guides-character-face ((t (:inherit unspecified :foreground ,bgbright)))) + ;;; Hydra `(hydra-face-amaranth ((t (:foreground ,fgorange :weight bold)))) `(hydra-face-blue ((t (:foreground ,fgblue :weight bold)))) |
