branch: elpa/material-theme
commit bca742b851bb3f336d409981c52fcc889830d66d
Author: Howdy Pierce <[email protected]>
Commit: Howdy Pierce <[email protected]>
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))))