solarized-emacs

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

commit f21e51efaafb47cdb479503fe84ff531f49f40f3
parent e00365f9c0908be5cfcd57ca1b665725a05e5e3d
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Tue,  4 Feb 2014 15:41:42 +0100

add skewer-mode faces

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

diff --git a/solarized.el b/solarized.el @@ -1313,6 +1313,10 @@ customize the resulting theme." `(sh-escaped-newline ((,class (:foreground ,yellow :weight bold)))) `(sh-heredoc ((,class (:foreground ,yellow :weight bold)))) + ;; skewer-mode + `(skewer-error-face ((,class (:foreground ,orange :underline nil)))) + `(skewer-repl-log-face ((,class (:foreground ,violet)))) + ;; smartparens `(sp-pair-overlay-face ((,class (:background ,base02)))) `(sp-wrap-overlay-face ((,class (:background ,base02))))