solarized-emacs

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

commit ef8c753eebe88c51aa98705856f53962019ff59b
parent 60db12bc9b60fb8e7d1a3ee7a432c4bdeb2d52c7
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Tue,  4 Nov 2014 01:05:03 +0100

Add face for helm-go-package

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

diff --git a/solarized.el b/solarized.el @@ -1045,6 +1045,9 @@ customize the resulting theme." `(helm-css-scss-selector-depth-face-6 ((,class (:foreground ,violet)))) `(helm-css-scss-target-line-face ((,class (:background unspecified :foreground ,magenta)))) + ;; helm-go-package + `(helm-source-go-package-godoc-description ((,class (:foreground ,base01)))) + ;; helm-swoop `(helm-swoop-target-line-face ((,class (:foreground unspecified :background ,base02)))) `(helm-swoop-target-line-block-face ((,class (:foreground unspecified :background ,base02))))