From c3ef5ef64f4963d843f0906623531e1e3dee0c47 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 22 Jun 2016 09:46:19 +0100 Subject: [PATCH] Add support for highlight-indent-guide-mode --- twilight-anti-bright-theme.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/twilight-anti-bright-theme.el b/twilight-anti-bright-theme.el index e4cb90e..c150864 100644 --- a/twilight-anti-bright-theme.el +++ b/twilight-anti-bright-theme.el @@ -162,6 +162,10 @@ `(highlight-indentation-face ((t (:background ,gray-1bg)))) `(highlight-indentation-current-column-face ((t (:background ,gray-4)))) + ;; highlight-indent-guide-model + `(highlight-indent-guides-odd-face ((t (:background ,gray-1bg)))) + `(highlight-indent-guides-even-face ((t (:background ,gray-6)))) + ;; yascroll `(yascroll:thumb-fringe ((t (:foreground ,gray-2 :background ,gray-2)))) `(yascroll:thumb-text-area ((t (:background ,gray-2))))