branch: externals/doric-themes
commit 7c48681acf519d7d5b3b7931d6a470be2f55f2d2
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Make calendar-today use :inverse-video
This makes it easier to notice when you are over a holiday because the
background colour you are seeing will change to match the foreground
of the underlying text.
---
doric-themes.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doric-themes.el b/doric-themes.el
index 78303482f4..cc8a91f95a 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -1396,9 +1396,9 @@ default a generic text that mentions the BACKGROUND-MODE."
`(aw-leading-char-face ((t :inherit bold-italic :height 1.5
:foreground ,fg-accent)))
`(calendar-today
- ((default :background ,bg-accent :foreground ,fg-main)
+ ((default :foreground ,fg-accent :inverse-video t)
(((supports :box t))
- :box (:line-width (-1 . -1) :color ,fg-accent))))
+ :box (:line-width (-1 . -1) :color ,fg-main))))
`(company-tooltip ((t :inherit fixed-pitch :background
,bg-shadow-subtle :foreground ,fg-shadow-subtle)))