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

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

[nongnu] elpa/monokai-theme ab4961f 087/207: Update ahs faces


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme ab4961f 087/207: Update ahs faces
Date: Thu, 21 Oct 2021 18:07:37 -0400 (EDT)

branch: elpa/monokai-theme
commit ab4961f0f61e3c0676a7f65c6a5408e70af34334
Author: Kelvin Smith <oneKelvinSmith@gmail.com>
Commit: Kelvin Smith <oneKelvinSmith@gmail.com>

    Update ahs faces
---
 monokai-theme.el | 44 +++++++++++++++++++++-----------------------
 1 file changed, 21 insertions(+), 23 deletions(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index 32767b8..bbfc508 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -941,42 +941,40 @@ Also affects 'linum-mode' background."
 
    ;; auto highlight symbol
    `(ahs-definition-face
-     ((,class (:foreground ,monokai-magenta
-                           :background unspecified
-                           :slant normal))
-      (,terminal-class (:foreground ,terminal-monokai-magenta
-                                    :background unspecified
-                                    :slant normal))))
+     ((,class (:foreground ,monokai-bg
+                           :background ,monokai-blue))
+      (,terminal-class (:foreground ,terminal-monokai-bg
+                                    :background ,terminal-monokai-blue))))
 
    `(ahs-edit-mode-face
      ((,class (:foreground ,monokai-bg
-                           :background ,monokai-magenta))
+                           :background ,monokai-highlight))
       (,terminal-class (:foreground ,terminal-monokai-bg
-                                    :background ,terminal-monokai-magenta))))
+                                    :background ,terminal-monokai-highlight))))
 
    `(ahs-face
-     ((,class (:foreground ,monokai-magenta
-                           :background unspecified))
+     ((,class (:foreground ,monokai-bg
+                           :background ,monokai-yellow))
       (,terminal-class (:foreground ,terminal-monokai-magenta
                                     :background unspecified))))
 
    `(ahs-plugin-bod-face
-     ((,class (:foreground ,monokai-magenta
-                           :background unspecified ))
-      (,terminal-class (:foreground ,terminal-monokai-magenta
-                                    :background unspecified ))))
+     ((,class (:foreground ,monokai-bg
+                           :background ,monokai-violet ))
+      (,terminal-class (:foreground ,terminal-monokai-bg
+                                    :background ,terminal-monokai-cyan ))))
 
-   `(ahs-plugin-default-face
-     ((,class (:foreground ,monokai-magenta
-                           :background unspecified))
-      (,terminal-class (:foreground ,terminal-monokai-magenta
-                                    :background unspecified))))
+   `(ahs-plugin-defalt-face
+     ((,class (:foreground ,monokai-bg
+                           :background ,monokai-orange))
+      (,terminal-class (:foreground ,terminal-monokai-bg
+                                    :background ,terminal-monokai-orange))))
 
    `(ahs-plugin-whole-buffer-face
-     ((,class (:foreground ,monokai-magenta
-                           :background unspecified))
-      (,terminal-class (:foreground ,terminal-monokai-magenta
-                                    :background unspecified))))
+     ((,class (:foreground ,monokai-bg
+                           :background ,monokai-green))
+      (,terminal-class (:foreground ,terminal-monokai-bg
+                                    :background ,terminal-monokai-green))))
 
    `(ahs-warning-face
      ((,class (:foreground ,monokai-red



reply via email to

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