solarized-emacs

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

commit a8c7abc94f68b7bbf348032a3d2093b7923c850f
parent 17f48939911c82c040cc87017e6fe5ad3dd39821
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Fri,  5 Apr 2013 16:21:24 +0200

added fic-mode faces

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

diff --git a/solarized.el b/solarized.el @@ -341,6 +341,10 @@ `(eshell-ls-special ((,class (:foreground ,yellow :weight bold)))) `(eshell-ls-symlink ((,class (:foreground ,cyan :weight bold)))) + ;; fic + `(fic-author-face ((,class (:background ,solarized-bg :foreground ,orange :underline t :slant italic)))) + `(fic-face ((,class (:background ,solarized-bg :foreground ,orange :weight normal :slant italic)))) + ;; flymake `(flymake-errline ((,class (:foreground ,red-hc :background ,red-lc :weight bold :underline t))))