branch: elpa/monokai-theme
commit fb21e20549c47618ae98e1f68f1dfc3b92975990
Merge: f814068 949eb73
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>
Merge pull request #27 from stafu/master
Add face for perspective.el
---
monokai-theme.el | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/monokai-theme.el b/monokai-theme.el
index 072cad3..0c3642d 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -4007,6 +4007,11 @@ Also affects 'linum-mode' background."
`(paren-face
((,terminal-class (:foreground ,monokai-comments))))
+ ;; perspective
+ `(persp-selected-face
+ ((,class (:foreground ,blue
+ :weight bold))))
+
;; pretty-mode
`(pretty-mode-symbol-face
((,class (:foreground ,yellow
@@ -5381,6 +5386,7 @@ Also affects 'linum-mode' background."
;; Local Variables:
;; no-byte-compile: t
;; eval: (when (fboundp 'rainbow-mode) (rainbow-mode 1))
+;; eval: (when (fboundp 'aggressive-indent-mode) (aggressive-indent-mode -1))
;; fill-column: 95
;; End: