Make org-mode-line-clock-overrun less intense

Thanks to Gustavo Barros for the valuable feedback in issue 208:
<https://gitlab.com/protesilaos/modus-themes/-/issues/208>.
This commit is contained in:
Protesilaos Stavrou 2021-05-28 23:52:32 +03:00
parent a637562831
commit 8ce97d81fd
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -5,7 +5,7 @@
;; Author: Protesilaos Stavrou <info@protesilaos.com>
;; URL: https://gitlab.com/protesilaos/modus-themes
;; Version: 1.4.0
;; Last-Modified: <2021-05-27 15:13:25 +0300>
;; Last-Modified: <2021-05-28 23:51:44 +0300>
;; Package-Requires: ((emacs "26.1"))
;; Keywords: faces, theme, accessibility
@ -5861,7 +5861,7 @@ by virtue of calling either of `modus-themes-load-operandi' and
:background ,cyan-nuanced-bg :foreground ,cyan-nuanced-fg)))
`(org-meta-line ((,class :inherit modus-themes-fixed-pitch :foreground ,fg-alt)))
`(org-mode-line-clock ((,class :foreground ,fg-main)))
`(org-mode-line-clock-overrun ((,class :inherit modus-themes-active-red)))
`(org-mode-line-clock-overrun ((,class :inherit bold :foreground ,red-active)))
`(org-priority ((,class :foreground ,magenta)))
`(org-property-value ((,class :inherit modus-themes-fixed-pitch :foreground ,fg-special-cold)))
`(org-quote ((,class ,@(modus-themes--org-block bg-dim fg-special-cold fg-main))))