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))))