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

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

[nongnu] elpa/monokai-theme b3f654a 100/207: Update dired faces


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme b3f654a 100/207: Update dired faces
Date: Thu, 21 Oct 2021 18:07:40 -0400 (EDT)

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

    Update dired faces
---
 monokai-theme.el | 30 ++++++++++++++----------------
 1 file changed, 14 insertions(+), 16 deletions(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index bf45e16..958af25 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -557,36 +557,36 @@ Also affects 'linum-mode' background."
 
    ;; dired
    `(dired-directory
-     ((,class (:foreground ,monokai-blue
-                           :weight normal))
-      (,terminal-class (:foreground ,terminal-monokai-blue
-                                    :weight normal))))
+     ((,class (:foreground ,monokai-blue))
+      (,terminal-class (:foreground ,terminal-monokai-blue))))
 
    `(dired-flagged
      ((,class (:foreground ,monokai-red))
       (,terminal-class (:foreground ,terminal-monokai-red))))
 
    `(dired-header
-     ((,class (:foreground ,monokai-bg
-                           :background ,monokai-blue))
-      (,terminal-class (:foreground ,terminal-monokai-bg
-                                    :background ,terminal-monokai-blue))))
+     ((,class (:foreground ,monokai-blue
+                           :background ,monokai-bg
+                           :inherit bold))
+      (,terminal-class (:foreground ,terminal-monokai-blue
+                                    :background ,terminal-monokai-bg
+                                    :inherit bold))))
 
    `(dired-ignored
      ((,class (:inherit shadow))
       (,terminal-class (:inherit shadow))))
 
    `(dired-mark
-     ((,class (:foreground ,monokai-yellow
+     ((,class (:foreground ,monokai-green
                            :weight bold))
-      (,terminal-class (:foreground ,terminal-monokai-yellow
+      (,terminal-class (:foreground ,terminal-monokai-green
                                     :weight bold))))
 
    `(dired-marked
-     ((,class (:foreground ,monokai-magenta
-                           :weight bold))
-      (,terminal-class (:foreground ,terminal-monokai-magenta
-                                    :weight bold))))
+     ((,class (:foreground ,monokai-violet
+                           :inherit bold))
+      (,terminal-class (:foreground ,terminal-monokai-violet
+                                    :inherit bold))))
 
    `(dired-perm-write
      ((,class (:foreground ,monokai-fg
@@ -596,10 +596,8 @@ Also affects 'linum-mode' background."
 
    `(dired-symlink
      ((,class (:foreground ,monokai-cyan
-                           :weight normal
                            :slant italic))
       (,terminal-class (:foreground ,terminal-monokai-cyan
-                                    :weight normal
                                     :slant italic))))
 
    `(dired-warning



reply via email to

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