summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavor Rotim <rotim.davor@gmail.com>2016-04-28 18:39:43 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2016-04-28 09:39:43 -0700
commit18734316edd8c78891046bf6f078d2fd635b1c84 (patch)
tree0b303affc84d6c918311866e724cc5942ac58fc2
parentf41eb997f5c74afb6b40b08b0cf8e9bc229de04d (diff)
Add lispy support (#242)
You're on fire today! :-)
-rw-r--r--zenburn-theme.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index c3ec50a..c3f79f4 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -708,6 +708,10 @@ Also bind `class' to ((class color) (min-colors 89))."
`(ledger-font-report-clickable-face ((t (:foreground ,zenburn-orange :weight normal))))
;;;;; linum-mode
`(linum ((t (:foreground ,zenburn-green+2 :background ,zenburn-bg))))
+;;;;; lispy
+ `(lispy-command-name-face ((t (:background ,zenburn-bg-05 :inherit font-lock-function-name-face))))
+ `(lispy-cursor-face ((t (:foreground ,zenburn-bg :background ,zenburn-fg))))
+ `(lispy-face-hint ((t (:inherit highlight :foreground ,zenburn-yellow))))
;;;;; ruler-mode
`(ruler-mode-column-number ((t (:inherit 'ruler-mode-default :foreground ,zenburn-fg))))
`(ruler-mode-fill-column ((t (:inherit 'ruler-mode-default :foreground ,zenburn-yellow))))