solarized-emacs

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

commit cc6b6b4d954960d79734bf5dbf02dea6f27dea84
parent 67e4bcf28186ed4d4aef3b5f70520c04f05c12d9
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Sun, 26 May 2013 01:35:37 +0200

add weechat colors

Diffstat:
Msolarized.el | 20+++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/solarized.el b/solarized.el @@ -1073,6 +1073,14 @@ `(wl-highlight-summary-refiled-face ((,class (:foreground ,solarized-fg)))) `(wl-highlight-summary-displaying-face ((,class (:underline t :weight bold)))) + + ;; weechat + `(weechat-error-face ((,class (:inherit error)))) + `(weechat-highlight-face ((,class (:foreground ,solarized-emph :weight bold)))) + `(weechat-nick-self-face ((,class (:foreground ,green :weight unspecified :inverse-video t)))) + `(weechat-prompt-face ((,class (:inherit minibuffer-prompt)))) + `(weechat-time-face ((,class (:foreground ,solarized-comments)))) + ;; which-func-mode `(which-func ((,class (:foreground ,green)))) @@ -1124,7 +1132,17 @@ (340 . "#2790C3") (360 . ,blue))) `(vc-annotate-very-old-color nil) - `(vc-annotate-background nil)) + `(vc-annotate-background nil) + + `(weechat-color-list + '(unspecified ,base03 ,base02 + ,red-d ,red + ,green-d ,green + ,yellow-d ,yellow + ,blue-d ,blue + ,magenta-d ,magenta + ,cyan-d ,cyan + ,base0 ,base00))) ;; call chained theme function (when childtheme (funcall childtheme))))