branch: elpa/monokai-theme
commit ebb2aab5d0ce1f3de4262ca5c245e9175679af1d
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>
Fixes #32: get rid of ugly red background on org mode line clock
---
monokai-theme.el | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/monokai-theme.el b/monokai-theme.el
index c0e0849..4e5c4e4 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -3979,10 +3979,8 @@ Also affects 'linum-mode' background."
(,terminal-class (:foreground ,terminal-orange))))
`(org-mode-line-clock-overrun
- ((,class (:inherit mode-line
- :background ,red))
- (,terminal-class (:inherit mode-line
- :background ,terminal-red))))
+ ((,class (:inherit mode-line))
+ (,terminal-class (:inherit mode-line))))
;; outline
`(outline-1