summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2018-01-11 16:26:14 -0700
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-01-14 19:07:25 +0200
commitce1f08372391fa17a974769930b904a0b893fec2 (patch)
tree32accb84710e90659dc4a2f116c4e85d52aaccbf
parente9aa33c9f5378c61fcdbf8774fb633000470cd7c (diff)
Add some initial cperl custom faces
This is the minimum to make cperl in zenburn look less jarring for the sample file chosen. There may be more later. This closes bbatsov/zenburn-emacs#285. Signed-off-by: kballou <kballou@devnulllabs.io>
-rw-r--r--zenburn-theme.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index 1caf3a0..c31f3f2 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -1101,6 +1101,10 @@ Also bind `class' to ((class color) (min-colors 89))."
`(p4-diff-file-face ((t :inherit diff-file-header)))
`(p4-diff-head-face ((t :inherit diff-header)))
`(p4-diff-ins-face ((t :inherit diff-added)))
+;;;;; c/perl
+ `(cperl-nonoverridable-face ((t (:foreground ,zenburn-magenta))))
+ `(cperl-array-face ((t (:foreground ,zenburn-yellow, :backgorund ,zenburn-bg))))
+ `(cperl-hash-face ((t (:foreground ,zenburn-yellow-1, :background ,zenburn-bg))))
;;;;; perspective
`(persp-selected-face ((t (:foreground ,zenburn-yellow-2 :inherit mode-line))))
;;;;; powerline