branch: externals/ef-themes
commit db013c9d2dcb8029f39f8cebea7ba4b3a25aba41
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Add support for tmr
---
 README.org   | 1 +
 ef-themes.el | 8 ++++++++
 2 files changed, 9 insertions(+)

diff --git a/README.org b/README.org
index 1bc7dc7259..613c78b775 100644
--- a/README.org
+++ b/README.org
@@ -1474,6 +1474,7 @@ everything most users need.
 - term
 - textsec
 - tldr
+- tmr [ Part of {{{development-version}}}. ]
 - transient
 - trashed
 - tree-sitter
diff --git a/ef-themes.el b/ef-themes.el
index 5ca87a8e42..251daf7425 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)))

Reply via email to