solarized-emacs

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

commit fea1a1db1997e6b259aa50a79e1243384c3ff1eb
parent 4e36a6fd7d70c95c6239b92f22c66e3bd0eb30a3
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Tue,  7 Apr 2015 23:16:32 +0200

Add facedefs for cperl-mode

Got these in an e-mail a long time ago, had forgot about it...
Closes #127

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

diff --git a/solarized.el b/solarized.el @@ -578,6 +578,12 @@ Alpha should be a float between 0 and 1." ;;;;; coffee `(coffee-mode-class-name ((,class (:foreground ,yellow :weight bold)))) `(coffee-mode-function-param ((,class (:foreground ,violet :slant italic)))) + +;;;;; cperl-mode + `(cperl-array-face ((,class (:background unspecified :foreground ,blue)))) + `(cperl-hash-face ((,class (:background unspecified :foreground ,blue)))) + `(cperl-nonoverridable-face ((,class (:foreground ,base0 :weight bold)))) + ;;;;; custom `(custom-face-tag ((,class (:inherit ,s-variable-pitch :height ,solarized-height-plus-3 :foreground ,violet :weight normal))))