solarized-emacs

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

commit b97f5b71c7e24679d3cabcad12e0cb2779db686b
parent 52bc03b7318bcf2aa63baf0c73f15f06558af37d
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Mon, 22 Aug 2016 12:35:12 +0200

Set go-guru hl to standard temp hl look

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

diff --git a/solarized.el b/solarized.el @@ -921,7 +921,8 @@ customize the resulting theme." `(go-direx-header ((,class (:foreground ,blue)))) `(go-direx-label ((,class (:foreground ,green)))) `(go-direx-package ((,class (:foreground ,base1 :weight bold)))) - +;;;;;; go-guru + `(go-guru-hl-identifier-face ((,class (:foreground ,magenta)))) ;;;;;; go-mode `(go-coverage-0 ((,class (:foreground ,orange)))) `(go-coverage-1 ((,class (:foreground ,(solarized-color-blend blue yellow (/ 2.0 6))))))