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

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

[nongnu] elpa/monokai-theme 949eb73 040/207: Face for highlighting curre


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 949eb73 040/207: Face for highlighting current perspective in persp-mode.
Date: Thu, 21 Oct 2021 18:07:27 -0400 (EDT)

branch: elpa/monokai-theme
commit 949eb7308648fe25a44154f5aac794229a71c838
Author: Simon Manning <simon@ecksdee.org>
Commit: Simon Manning <simon@ecksdee.org>

    Face for highlighting current perspective in persp-mode.
---
 monokai-theme.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/monokai-theme.el b/monokai-theme.el
index 361bb48..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



reply via email to

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