solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 032d4ca5e52de6f7c1712fe3cf950d0ddd4a628c
parent 342c1620a9f2d062d1d4e3439bd70048c5ea7190
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date:   Sun,  8 Mar 2015 11:28:50 +0200

Customize the completions-annotations face

Diffstat:
Msolarized.el | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -393,6 +393,8 @@ customize the resulting theme." `(enh-ruby-op-face ((,class (:foreground ,base0)))) `(erm-syn-errline ((,class (:inherit flymake-errline)))) `(erm-syn-warnline ((,class (:inherit flymake-warnline)))) +;;;;; completions + `(completions-annotations ((t (:foreground ,base01)))) ;;;;; grep `(grep-context-face ((,class (:foreground ,base0)))) `(grep-error-face ((,class (:foreground ,red :weight bold :underline t))))