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

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

[nongnu] elpa/monokai-theme a1d5b37 094/207: Update eshell faces


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme a1d5b37 094/207: Update eshell faces
Date: Thu, 21 Oct 2021 18:07:39 -0400 (EDT)

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

    Update eshell faces
---
 monokai-theme.el | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index 0f9c171..ee458d2 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -1886,16 +1886,16 @@ Also affects 'linum-mode' background."
 
    ;; eshell
    `(eshell-prompt
-     ((,class (:foreground ,monokai-yellow
-                           :weight bold))
-      (,terminal-class (:foreground ,terminal-monokai-yellow
-                                    :weight bold))))
+     ((,class (:foreground ,monokai-blue
+                           :inherit bold))
+      (,terminal-class (:foreground ,terminal-monokai-blue
+                                    :inherit bold))))
 
    `(eshell-ls-archive
      ((,class (:foreground ,monokai-red
                            :weight bold))
       (,terminal-class (:foreground ,terminal-monokai-red
-                                    :weight bold))))
+                                    :inherit bold))))
 
    `(eshell-ls-backup
      ((,class (:inherit font-lock-comment-face))
@@ -1907,15 +1907,15 @@ Also affects 'linum-mode' background."
 
    `(eshell-ls-directory
      ((,class (:foreground ,monokai-blue
-                           :weight bold))
+                           :inherit bold))
       (,terminal-class (:foreground ,terminal-monokai-blue
-                                    :weight bold))))
+                                    :inherit bold))))
 
    `(eshell-ls-executable
-     ((,class (:foreground ,monokai-red
-                           :weight bold))
-      (,terminal-class (:foreground ,terminal-monokai-red
-                                    :weight bold))))
+     ((,class (:foreground ,monokai-green
+                           :inherit bold))
+      (,terminal-class (:foreground ,terminal-monokai-green
+                                    :inherit bold))))
 
    `(eshell-ls-unreadable
      ((,class (:foreground ,monokai-fg))
@@ -1931,15 +1931,15 @@ Also affects 'linum-mode' background."
 
    `(eshell-ls-special
      ((,class (:foreground ,monokai-yellow
-                           :weight bold))
+                           :inherit bold))
       (,terminal-class (:foreground ,terminal-monokai-yellow
-                                    :weight bold))))
+                                    :inherit bold))))
 
    `(eshell-ls-symlink
      ((,class (:foreground ,monokai-cyan
-                           :weight bold))
+                           :inherit bold))
       (,terminal-class (:foreground ,terminal-monokai-cyan
-                                    :weight bold))))
+                                    :inherit bold))))
 
    ;; evil-search-highlight-persist
    `(evil-search-highlight-persist-highlight-face



reply via email to

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