aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-05-05 00:14:27 -0700
committerGravatar Tom Willemse2019-05-05 00:15:30 -0700
commit77da82aedad8db73d8feaf41323f8a3c4137ea3f (patch)
tree23ac0c899bdbada6f764866b6ca1eb77b481cb3b
parent9889b6d57471fa8f5a30223afa145b516a973f28 (diff)
downloadyoshi-theme-77da82aedad8db73d8feaf41323f8a3c4137ea3f.tar.gz
yoshi-theme-77da82aedad8db73d8feaf41323f8a3c4137ea3f.zip
Add highlight-indent-guides-character-face
-rw-r--r--CHANGELOG.org4
-rw-r--r--yoshi-theme.el3
2 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 722247b..fa7b1a1 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -51,6 +51,10 @@ This project adheres to [[http://semver.org][Semantic Versioning]].
Add the flycheck-inline faces: =flycheck-inline-error=, =flycheck-inline-info=,
=flycheck-inline-warning=.
+** ADDED highlight-indent-guides face
+
+ Add the highlight-indent-guides face: =highlight-indent-guides-character-face=.
+
** CHANGED the color of high-scoring unread mails in gnus
** CHANGED the color of normal ticked mails in gnus
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))))