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

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

[nongnu] elpa/alect-themes ae15a3c 136/269: Modify `menu' face, add `too


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes ae15a3c 136/269: Modify `menu' face, add `tool-bar' face
Date: Thu, 21 Oct 2021 17:59:05 -0400 (EDT)

branch: elpa/alect-themes
commit ae15a3c42ce8da2dd3f101047c5557e810b13521
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Modify `menu' face, add `tool-bar' face
---
 alect-themes.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/alect-themes.el b/alect-themes.el
index 83cdaa3..7b597ed 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -373,8 +373,10 @@ For INVERT, see `alect-get-color'."
          (error               ((,c :foreground ,(gc 'red) :weight bold)))
          (warning             ((,c :foreground ,(gc 'yellow-1))))
          (region              ((,c :background ,(gc 'bg+2))))
-         (menu                ((,c :foreground ,(gc 'fg+1)
-                                   :background ,(gc 'bg-1))))
+         (menu                ((,c :foreground ,(gc 'fg+2)
+                                   :background ,(gc 'bg-2)
+                                   :height ,alect-header-height)))
+         (tool-bar            ((,c :inherit mode-line)))
          (minibuffer-prompt   ((,c :inherit alect-prompt)))
          (secondary-selection ((,c :background ,(gc 'bg+1))))
          (trailing-whitespace ((,c :background ,(gc 'red))))



reply via email to

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