solarized-emacs

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

commit f347af122aafc0f92f5147529bf2d4abbf844be7
parent 195b3cd27257c095dc7991d2751fdeb072336b3e
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Sun, 10 Jun 2012 10:55:06 +0200

Added magit faces.

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

diff --git a/solarized-theme.el b/solarized-theme.el @@ -403,6 +403,16 @@ ;; magit `(magit-section-title ((,class (:foreground ,yellow :weight bold)))) `(magit-branch ((,class (:foreground ,orange :weight bold)))) + `(magit-log-graph ((,class (:foreground ,solarized-comments)))) + `(magit-log-head-label-bisect-bad ((,class (:background ,red-hc :foreground ,red-lc :box 1)))) + `(magit-log-head-label-bisect-good ((,class (:background ,green-hc :foreground ,green-lc + :box 1)))) + `(magit-log-head-label-default ((,class (:background ,solarized-hl :box 1)))) + `(magit-log-head-label-local ((,class (:background ,blue-lc :foreground ,blue-hc :box 1)))) + `(magit-log-head-label-patches ((,class (:background ,red-lc :foreground ,red-hc :box 1)))) + `(magit-log-head-label-remote ((,class (:background ,green-lc :foreground ,green-hc :box 1)))) + `(magit-log-head-label-tags ((,class (:background ,yellow-lc :foreground ,yellow-hc :box 1)))) + `(magit-log-sha1 ((,class (:foreground ,yellow)))) ;; message-mode `(message-cited-text-face ((,class (:inherit font-lock-comment))))