solarized-emacs

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

commit 36c019b2c503ae54c575a117e7c6238e22f34314
parent bfbf63b29435858607b5347614426d5f41f9b386
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Thu, 23 Jan 2014 11:31:44 +0100

added prodigy faces

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

diff --git a/solarized.el b/solarized.el @@ -1247,6 +1247,11 @@ customize the resulting theme." ;; pretty-mode `(pretty-mode-symbol-face ((,class (:foreground ,yellow :weight normal)))) + ;; prodigy + `(prodigy-green-face ((,class (:foreground ,green)))) + `(prodigy-red-face ((,class (:foreground ,orange)))) + `(prodigy-yellow-face ((,class (:foreground ,yellow)))) + ;; popup `(popup-face ((,class (:background ,base02 :foreground ,base0)))) `(popup-isearch-match ((,class (:background ,yellow :foreground ,base03))))