emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/monokai-theme fb21e20 041/207: Merge pull request #27 from


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme fb21e20 041/207: Merge pull request #27 from stafu/master
Date: Thu, 21 Oct 2021 18:07:28 -0400 (EDT)

branch: elpa/monokai-theme
commit fb21e20549c47618ae98e1f68f1dfc3b92975990
Merge: f814068 949eb73
Author: Kelvin Smith <onekelvinsmith@gmail.com>
Commit: Kelvin Smith <onekelvinsmith@gmail.com>

    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:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]