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

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

[nongnu] elpa/gruvbox-theme b92ae52515 009/258: Changes to the modeline


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme b92ae52515 009/258: Changes to the modeline
Date: Sat, 1 Jan 2022 01:59:24 -0500 (EST)

branch: elpa/gruvbox-theme
commit b92ae52515ae47e73fa1f1af4e7bb0ba610104ee
Author: Greduan <eduanlavaque@gmail.com>
Commit: Greduan <eduanlavaque@gmail.com>

    Changes to the modeline
---
 gruvbox-theme.el | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gruvbox-theme.el b/gruvbox-theme.el
index 4ee28d044d..ddc65b70cb 100644
--- a/gruvbox-theme.el
+++ b/gruvbox-theme.el
@@ -79,12 +79,12 @@
   `(default ((t (:background ,gruvbox-dark-0 :foreground ,gruvbox-light-0))))
   `(cursor  ((t (:background ,gruvbox-light-2))))
   `(hl-line ((t (:background ,gruvbox-dark-3))))
-  `(mode-line-inactive ((t (:box nil :foreground ,gruvbox-dark-0 :background 
,gruvbox-dark-4))))
-  `(mode-line ((t (:box nil :foreground ,gruvbox-light-1 :background 
,gruvbox-dark-4))))
+  `(mode-line-inactive ((t (:box nil :background ,gruvbox-dark-2 :foreground 
,gruvbox-dark-0))))
+  `(mode-line ((t (:box nil :background ,gruvbox-dark-2 :foreground 
,gruvbox-light-0))))
   `(fringe ((t (:background ,gruvbox-dark-0))))
   `(linum ((t (:foreground ,gruvbox-dark-4))))
   `(region ((t (:background ,gruvbox-dark-1))))
-  `(minibuffer-prompt ((default (:foreground ,gruvbox-green :background 
,gruvbox-dark-0 :bold t))))
+  `(minibuffer-prompt ((default (:background ,gruvbox-dark-0 :foreground 
,gruvbox-green :bold t))))
   `(ag-hit-face ((t (:foreground ,gruvbox-green))))
   `(ag-match-face ((t (:foreground ,gruvbox-red))))
 
@@ -114,7 +114,5 @@
 (when load-file-name
   (add-to-list 'custom-theme-load-path
                (file-name-as-directory (file-name-directory load-file-name))))
-  ; (when (not window-system)
-  ;   (custom-set-faces '(default ((t (:background "nil")))))))
 
 (provide-theme 'gruvbox)



reply via email to

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