solarized-emacs

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

commit 674520d15f98ffc316e56a7df9e7890cdc823037
parent 64d9a546084ae7a01fce02d185b0d17cbce545e0
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Fri, 20 Feb 2015 19:42:02 +0100

Merge pull request #156 from ane/master

Make company-mode annotations stand out more
Diffstat:
Msolarized.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -570,6 +570,7 @@ customize the resulting theme." `(company-tooltip-mouse ((,class (:background ,cyan-hc :foreground ,cyan-lc)))) `(company-tooltip-common ((,class (:foreground ,base1 :underline t)))) `(company-tooltip-common-selection ((,class (:foreground ,base1 :underline t)))) + `(company-tooltip-annotation ((,class (:foreground ,base1 :background ,base02)))) `(company-scrollbar-fg ((,class (:foreground ,base03 :background ,base0)))) `(company-scrollbar-bg ((,class (:background ,base02 :foreground ,cyan)))) `(company-preview ((,class (:background ,base02 :foreground ,cyan))))