solarized-emacs

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

commit 84bf7581a986d0b873440fa6d0d166defcc461f0
parent 28cdc68804d6660e001f14b93e587ca23add8f80
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date:   Sun, 26 Jan 2014 09:42:27 -0800

Merge pull request #96 from proofit404/company-mode

Add company-mode scrollbar faces.
Diffstat:
Msolarized.el | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -492,6 +492,8 @@ 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-scrollbar-fg ((,class (:foreground ,base03 :background ,base0)))) + `(company-scrollbar-bg ((,class (:background ,base02 :foreground ,cyan)))) `(company-preview ((,class (:background ,base02 :foreground ,cyan)))) `(company-preview-common ((,class (:foreground ,base1 :underline t))))