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

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

[nongnu] elpa/material-theme bca742b 112/118: Update the mode line so it


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme bca742b 112/118: Update the mode line so it works with auto-dim-other-buffers mode.
Date: Thu, 21 Oct 2021 18:06:32 -0400 (EDT)

branch: elpa/material-theme
commit bca742b851bb3f336d409981c52fcc889830d66d
Author: Howdy Pierce <howdy@cardinalpeak.com>
Commit: Howdy Pierce <howdy@cardinalpeak.com>

    Update the mode line so it works with auto-dim-other-buffers mode.
    
    In previous code, the mode line became almost invisible in this case.
    It's still a pretty subtle difference.
---
 material-theme.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/material-theme.el b/material-theme.el
index 0440be3..c8cbb81 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -138,7 +138,7 @@
    `(flycheck-warning ((,class (:underline (:style wave :color ,orange)))))
 
    ;; highlight indentation
-   `(highlight-indentation-face ((,class (:background, current-line))))
+   `(highlight-indentation-face ((,class (:background "#2a373e"))))
    `(highlight-indentation-current-column-face ((,class (:background, 
far-background))))
 
    ;; Flymake
@@ -229,11 +229,11 @@
    `(highlight ((,class (:inverse-video nil :background ,current-line))))
    `(hl-line ((,class (:inverse-video nil :background ,current-line))))
    `(gui-element ((,class (:background ,current-line :foreground 
,foreground))))
-   `(mode-line ((,class (:foreground ,foreground :background 
,far-background))))
-   `(mode-line-buffer-id ((,class (:foreground ,foreground :background nil 
:weight bold))))
+   `(mode-line ((,class (:foreground ,orange :background "#110011"))))
+   `(mode-line-buffer-id ((,class (:foreground nil :background nil :weight 
bold))))
    `(mode-line-inactive ((,class (:inherit mode-line
                                            :foreground ,subtle
-                                           :background ,far-background :weight 
normal
+                                           :background "#110011" :weight normal
                                            :box nil))))
    `(mode-line-emphasis ((,class (:foreground ,foreground :slant italic))))
    `(mode-line-highlight ((,class (:foreground ,purple :box nil))))



reply via email to

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