diff options
Diffstat (limited to '.emacs.d/eighters-theme.el')
| -rw-r--r-- | .emacs.d/eighters-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el index 31577ad..92c2ff0 100644 --- a/.emacs.d/eighters-theme.el +++ b/.emacs.d/eighters-theme.el @@ -87,7 +87,7 @@ `(button ((t (:inherit eighters-button)))) `(completions-common-part ((t (:foreground ,fg-dim)))) `(custom-button ((t (:inherit eighters-button)))) - `(completions-first-difference ((t (:foreground ,fg-blue :weight bold)))) + `(completions-first-difference ((t (:foreground ,fg-magenta :weight bold)))) `(custom-comment ((t (:background ,bg-hl-dim :foreground ,fg-dim)))) `(custom-variable-tag ((t (:inherit eighters-title-3)))) `(default ((t (:background ,bg :foreground ,fg)))) |
