solarized-emacs

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

commit 28651b5d2d5e7c873c7ad390bc3d2ea427f56770
parent 2bd143661c977c132e9c5828ebc62cffba9d96cc
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Mon, 22 Jul 2013 16:16:20 +0200

ctable and ecp faces

Diffstat:
Msolarized.el | 12++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -401,9 +401,11 @@ customize the resulting theme." `(cscope-mouse-face ((,class (:background ,blue :foreground ,solarized-fg)))) ;; ctable - `(ctbl:face-cell-select ((,class (:background ,blue :foreground ,solarized-bg)))) - `(ctbl:face-continue-bar ((,class (:background ,solarized-hl :foreground ,solarized-bg)))) - `(ctbl:face-row-select ((,class (:background ,cyan :foreground ,solarized-bg)))) + `(ctbl:face-cell-select ((,class (:background ,solarized-hl :foreground ,solarized-emph + :underline ,solarized-emph :weight bold)))) + `(ctbl:face-continue-bar ((,class (:background ,solarized-hl :foreground ,yellow)))) + `(ctbl:face-row-select ((,class (:background ,solarized-hl :foreground ,solarized-fg + :underline t)))) ;; coffee `(coffee-mode-class-name ((,class (:foreground ,yellow :weight bold)))) @@ -439,7 +441,9 @@ customize the resulting theme." :foreground ,solarized-fg-lc )))) ;; epc - `(epc:face-title ((,class (:foreground ,magenta :weight bold)))) + `(epc:face-title ((,class (:foreground ,blue :background ,solarized-bg + :weight normal :underline nil)))) + ;; eshell `(eshell-prompt ((,class (:foreground ,yellow :weight bold))))