eighters-theme

Eighters gonna eight.
git clone https://git.kevinlegouguec.net/eighters-theme
Log | Files | Refs | README | LICENSE

commit ea681610b119e0f5b40184eadd0a1694152826e1
parent f625aad09b54768fc6669bcebf60b9a93414b650
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Thu, 14 Jul 2016 00:43:06 +0200

Add face for quoted strings in Info

Diffstat:
Meighters-theme.el | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/eighters-theme.el b/eighters-theme.el @@ -55,6 +55,7 @@ '(diff-changed ((t (:background "gray25")))) '(diff-refine-changed ((t (:weight bold)))) '(term-color-blue ((t (:foreground "steelblue1" :background "steelblue1")))) - '(which-func ((t (:inherit (font-lock-function-name-face)))))) + '(which-func ((t (:inherit (font-lock-function-name-face))))) + '(Info-quoted ((t (:inherit (font-lock-string-face) :family "courier"))))) (provide-theme 'eighters)