solarized-emacs

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

commit cc120cfc2f2a1f7ccf59ec9c7d5e2ccfcec84426
parent 35f90b1a5fcbd048c66127a96659c529c69e9089
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Sat, 21 Dec 2013 21:16:58 +0100

added fixmee face

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

diff --git a/solarized.el b/solarized.el @@ -589,6 +589,11 @@ customize the resulting theme." `(font-lock-fic-face ((,class (:background ,solarized-bg :foreground ,orange :weight normal :slant italic)))) + ;; fixmee + `(fixmee-notice-face ((,class (:background nil :foreground ,solarized-emph + :underline nil :slant italic :weight bold)))) + + ;; flx `(flx-highlight-face ((,class (:foreground ,blue :weight normal :underline nil))))