solarized-emacs

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

commit c4bdd3c2bd0e718d583e8d6b1563ea1ac943c2dd
parent 28cdc68804d6660e001f14b93e587ca23add8f80
Author: Malyshev Artem <proofit404@gmail.com>
Date:   Sun, 26 Jan 2014 18:52:46 +0400

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))))