solarized-emacs

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

commit 66029305e3675fad8af7eb1eee6f1fc564e2593e
parent 3c5eb463ca5c6fc866c4a50eb731a4a4290ce90a
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Sun, 19 Apr 2015 14:23:54 +0200

Add faces for go-direx

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

diff --git a/solarized.el b/solarized.el @@ -891,6 +891,10 @@ customize the resulting theme." `(git-gutter-fr+-added ((,class (:foreground ,green :weight bold)))) `(git-gutter-fr+-deleted ((,class (:foreground ,red :weight bold)))) `(git-gutter-fr+-modified ((,class (:foreground ,blue :weight bold)))) +;;;;; go-direx + `(go-direx-header ((,class (:foreground ,blue)))) + `(go-direx-label ((,class (:foreground ,green)))) + `(go-direx-package ((,class (:foreground ,base1 :weight bold)))) ;;;;; guide-key `(guide-key/highlight-command-face ((,class (:foreground ,blue)))) `(guide-key/key-face ((,class (:foreground ,base01))))