solarized-emacs

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

commit ba9b27cc4685113165e651fb791f451b9ad40ccd
parent fb2cf8cbabbc2daef032e6e5ccfa68ea12eacd5f
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Wed, 23 Apr 2014 10:03:51 +0200

add weather-metno faces

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

diff --git a/solarized.el b/solarized.el @@ -1765,6 +1765,13 @@ customize the resulting theme." `(web-mode-whitespace-face ((,class (:background ,red)))) `(web-mode-html-tag-bracket-face ((,class (:foreground ,base01)))) + ;; weather-metno + `(weather-metno-date ((,class (:foreground ,yellow :height ,solarized-height-plus-3)))) + `(weather-metno-date-range ((,class (:foreground ,blue)))) + `(weather-metno-entry ((,class (:foreground ,cyan)))) + `(weather-metno-footer ((,class (:inherit font-lock-comment-face)))) + `(weather-metno-header ((,class (:inherit header-line)))) + ;; wgrep `(wgrep-delete-face ((,class (:background unspecified :foreground ,blue)))) `(wgrep-done-face ((,class (:foreground ,green))))