solarized-emacs

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

commit 476f3c5ba14d573b86ae99f0f6eb6a8c208d513b
parent 40c73ff9cefcf60e0bb2a5536a9f5a39e8491fde
Author: Toon Claes <toon@tonotdo.com>
Date:   Thu, 25 Apr 2013 12:15:04 +0300

Added cscope faces

Use solarized palette for cscope (`xcscope.el`).
Diffstat:
Msolarized.el | 9++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/solarized.el b/solarized.el @@ -1039,7 +1039,14 @@ ((,class (:foreground ,solarized-comments :background ,solarized-comments)))) ;; zencoding - `(zencoding-preview-input ((,class (:background ,solarized-hl :box ,solarized-emph))))) + `(zencoding-preview-input ((,class (:background ,solarized-hl :box ,solarized-emph)))) + + ;; cscope + `(cscope-file-face ((,class (:foreground ,green :weight bold)))) + `(cscope-function-face ((,class (:foreground ,blue)))) + `(cscope-line-number-face ((,class (:foreground ,yellow)))) + `(cscope-line-face ((,class (:foreground ,solarized-fg)))) + `(cscope-mouse-face ((,class (:background ,blue :foreground ,solarized-fg))))) (custom-theme-set-variables