diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2025-04-26 07:38:43 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2025-04-26 07:38:43 +0300 |
| commit | db013c9d2dcb8029f39f8cebea7ba4b3a25aba41 (patch) | |
| tree | 17cab0917143a0f4b1baf2883319c54c02002b32 /ef-themes.el | |
| parent | 2b79ded6ac5f1805f7e4c10f64d58c2193152a41 (diff) | |
Add support for tmr
Diffstat (limited to 'ef-themes.el')
| -rw-r--r-- | ef-themes.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ef-themes.el b/ef-themes.el index 5ca87a8..251daf7 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -2381,6 +2381,14 @@ text should not be underlined as well) yet still blend in." `(tldr-description ((,c :inherit font-lock-doc-face))) `(tldr-introduction ((,c :inherit font-lock-comment-face))) `(tldr-title ((,c :inherit bold))) +;;;; tmr + `(tmr-mode-line-active ((,c :inherit bold :foreground ,modeline-info))) + `(tmr-mode-line-soon ((,c :inherit bold :foreground ,modeline-warning))) + `(tmr-mode-line-urgent ((,c :inherit bold :foreground ,modeline-err))) + `(tmr-tabulated-description ((,c :foreground ,docstring))) + `(tmr-tabulated-end-time ((,c :foreground ,date-deadline))) + `(tmr-tabulated-remaining-time ((,c :foreground ,date-scheduled))) + `(tmr-tabulated-start-time ((,c :foreground ,date-common))) ;;;; transient `(transient-active-infix ((,c :background ,bg-active :foreground ,fg-intense))) `(transient-amaranth ((,c :inherit bold :foreground ,yellow-warmer))) |
