branch: elpa/alect-themes
commit ae15a3c42ce8da2dd3f101047c5557e810b13521
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
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))))