eighters-theme

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

commit 9449eb745a9dd6551bb63c723002887de9ebca18
parent 2c09c7d69ff24eecc782ba2a860430af1d0b80bc
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Wed, 15 Feb 2017 18:17:24 +0100

Make completions-common-part dimmer

Diffstat:
Meighters-theme.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/eighters-theme.el b/eighters-theme.el @@ -21,6 +21,7 @@ '(font-lock-regexp-grouping-construct ((t (:foreground "olivedrab2" :weight bold)))) '(font-lock-type-face ((t (:foreground "green3" :slant italic)))) '(font-lock-variable-name-face ((t (:foreground "gold")))) + '(completions-common-part ((t (:inherit (font-lock-comment-face))))) '(link ((t (:underline t :foreground "steelblue1")))) '(custom-group-tag ((t (:weight bold :foreground "steelblue1" :height 1.2 :inherit (variable-pitch))))) '(custom-variable-tag ((t (:weight bold :foreground "steelblue1"))))