branch: elpa/material-theme
commit 11e525cba2d9cef6ba3ffba6190fb274d0aa56b9
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>

    Revert "Update the mode line so it works with auto-dim-other-buffers mode."
    
    This reverts commit bca742b851bb3f336d409981c52fcc889830d66d.
---
 material-theme.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/material-theme.el b/material-theme.el
index c8cbb81..0440be3 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 "#2a373e"))))
+   `(highlight-indentation-face ((,class (:background, current-line))))
    `(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 ,orange :background "#110011"))))
-   `(mode-line-buffer-id ((,class (:foreground nil :background nil :weight 
bold))))
+   `(mode-line ((,class (:foreground ,foreground :background 
,far-background))))
+   `(mode-line-buffer-id ((,class (:foreground ,foreground :background nil 
:weight bold))))
    `(mode-line-inactive ((,class (:inherit mode-line
                                            :foreground ,subtle
-                                           :background "#110011" :weight normal
+                                           :background ,far-background :weight 
normal
                                            :box nil))))
    `(mode-line-emphasis ((,class (:foreground ,foreground :slant italic))))
    `(mode-line-highlight ((,class (:foreground ,purple :box nil))))

Reply via email to