From 77da82aedad8db73d8feaf41323f8a3c4137ea3f Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 5 May 2019 00:14:27 -0700 Subject: [PATCH] Add highlight-indent-guides-character-face --- CHANGELOG.org | 4 ++++ yoshi-theme.el | 3 +++ 2 files changed, 7 insertions(+) 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))))