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

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

[nongnu] elpa/moe-theme 60fa449b87 2/3: Improve contrast of w/b mode-lin


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 60fa449b87 2/3: Improve contrast of w/b mode-line
Date: Thu, 18 May 2023 08:01:29 -0400 (EDT)

branch: elpa/moe-theme
commit 60fa449b8712649041b887488ea0b554951bc252
Author: ono ono <azazabc123@gmail.com>
Commit: ono ono <azazabc123@gmail.com>

    Improve contrast of w/b mode-line
---
 moe-theme.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/moe-theme.el b/moe-theme.el
index 1e7abb49d1..3d6b07bcae 100644
--- a/moe-theme.el
+++ b/moe-theme.el
@@ -235,8 +235,8 @@ Avoid unnecessary load-theme")
          (set-face-attribute 'mode-line-buffer-id nil :background "#87d7af" 
:foreground "#080808")
          (set-face-attribute 'minibuffer-prompt nil :foreground "#5faf87" 
:background "#3a3a3a"))
         ((eq moe-theme-mode-line-color 'w/b)
-         (set-face-attribute 'mode-line nil :background "#9b9b9b" :foreground 
"#ffffff")
-         (set-face-attribute 'mode-line-buffer-id nil :background "#9b9b9b" 
:foreground "#080808")
+         (set-face-attribute 'mode-line nil :background "#555555" :foreground 
"#ffffff")
+         (set-face-attribute 'mode-line-buffer-id nil :background "#555555" 
:foreground 'unspecified)
          (set-face-attribute 'minibuffer-prompt nil :foreground "#8a8a8a" 
:background "#080808")))
   (moe-theme--common-setup))
 
@@ -278,7 +278,7 @@ Avoid unnecessary load-theme")
          (set-face-attribute 'minibuffer-prompt nil :foreground "#005f5f" 
:background "#87d7af"))
         ((eq moe-theme-mode-line-color 'w/b)
          (set-face-attribute 'mode-line nil :background "#ffffff" :foreground 
"#3a3a3a")
-         (set-face-attribute 'mode-line-buffer-id nil :background "#9e9e9e" 
:foreground "#080808")
+         (set-face-attribute 'mode-line-buffer-id nil :background "#ffffff" 
:foreground 'unspecified)
          (set-face-attribute 'minibuffer-prompt nil :foreground "#3e3e3e" 
:background "#ffffff")))
   (moe-theme--common-setup))
 



reply via email to

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