solarized-emacs

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

commit 5c31ce484d7c4f28aa91f486c84f7ee654b87d98
parent 384e369c8192b5959d2ba23879342deda2c452d1
Author: Anders Johansson <mejlaandersj@gmail.com>
Date:   Sat,  2 Dec 2017 20:24:36 +0100

Add faces for spaceline

Diffstat:
Msolarized.el | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -1821,6 +1821,11 @@ customize the resulting theme." `(sp-show-pair-mismatch-face ((,class (:foreground ,base02 :background ,red :weight ,s-maybe-bold)))) +;;;;; spaceline + `(spaceline-highlight-face ((,class (:foreground ,base1 :background ,yellow-lc)))) + `(spaceline-flycheck-error ((,class (:foreground ,red)))) + `(spaceline-flycheck-warning ((,class (:foreground ,yellow)))) + `(spaceline-flycheck-info ((,class (:foreground ,cyan)))) ;;;;; speedbar `(speedbar-button-face ((,class (:inherit ,s-variable-pitch :foreground ,base01))))