solarized-emacs

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

commit b476c7684bc37213a0c0cbd4f7ebecfa2b828da4
parent 864f7ce98c0184b8d36aaae696c0c4a20699e535
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Thu, 19 Apr 2012 14:49:22 +0200

Added hi-lock faces

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

diff --git a/solarized-theme.el b/solarized-theme.el @@ -308,6 +308,17 @@ `(gnus-signature-face ((,class (:foreground ,yellow)))) `(gnus-x-face ((,class (:background ,solarized-fg :foreground ,solarized-bg)))) + ;; hi-lock-mode + `(hi-yellow ((,class (:foreground ,yellow-lc :background ,yellow-hc)))) + `(hi-pink ((,class (:foreground ,magenta-lc :background ,magenta-hc)))) + `(hi-green ((,class (:foreground ,green-lc :background ,green-hc)))) + `(hi-blue ((,class (:foreground ,blue-lc :background ,blue-hc)))) + `(hi-black-b ((,class (:foreground ,solarized-emph :background ,solarized-bg :weight bold)))) + `(hi-blue-b ((,class (:foreground ,blue-lc :weight bold)))) + `(hi-green-b ((,class (:foreground ,green-lc :weight bold)))) + `(hi-red-b ((,class (:foreground ,red :weight bold)))) + `(hi-black-hb ((,class (:foreground ,solarized-emph :background ,solarized-bg :weight bold)))) + ;; hl-line-mode `(hl-line-face ((,class (:background ,solarized-bg))))