solarized-emacs

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

commit 6607053ad43a93e1e89a805dfd7aa3d5bc2fdf4c
parent 5625968199f98256cfc873e875308e3d07fc194d
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date:   Fri, 15 Nov 2013 13:40:05 -0800

Merge pull request #89 from proofit404/company-mode

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

diff --git a/solarized.el b/solarized.el @@ -464,6 +464,15 @@ customize the resulting theme." `(clojure-test-error-face ((t (:foreground ,red :weight bold :underline t)))) `(clojure-test-success-face ((t (:foreground ,green :weight bold :underline t)))) + ;; company-mode + `(company-tooltip ((,class (:background ,solarized-hl :foreground ,cyan)))) + `(company-tooltip-selection ((,class (:background ,cyan-lc :foreground ,cyan-hc)))) + `(company-tooltip-mouse ((,class (:background ,cyan-hc :foreground ,cyan-lc)))) + `(company-tooltip-common ((,class (:foreground ,solarized-emph :underline t)))) + `(company-tooltip-common-selection ((,class (:foreground ,solarized-emph :underline t)))) + `(company-preview ((,class (:background ,solarized-hl :foreground ,cyan)))) + `(company-preview-common ((,class (:foreground ,solarized-emph :underline t)))) + ;; cscope `(cscope-file-face ((,class (:foreground ,green :weight bold)))) `(cscope-function-face ((,class (:foreground ,blue))))