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

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

[nongnu] elpa/monokai-theme ebb2aab 050/207: Fixes #32: get rid of ugly


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme ebb2aab 050/207: Fixes #32: get rid of ugly red background on org mode line clock
Date: Thu, 21 Oct 2021 18:07:29 -0400 (EDT)

branch: elpa/monokai-theme
commit ebb2aab5d0ce1f3de4262ca5c245e9175679af1d
Author: Kelvin Smith <oneKelvinSmith@gmail.com>
Commit: Kelvin Smith <oneKelvinSmith@gmail.com>

    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



reply via email to

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