Skip to content

Commit

Permalink
Revert "Update the mode line so it works with auto-dim-other-buffers …
Browse files Browse the repository at this point in the history
…mode."

This reverts commit bca742b.
  • Loading branch information
cpaulik committed Nov 16, 2020
1 parent 52f4624 commit 11e525c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions material-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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))))
Expand Down

0 comments on commit 11e525c

Please sign in to comment.