branch: externals/modus-themes
commit 93e89bdcf8b778e263d460ec98ad8a2c9b4625f7
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Add support for some tmr faces
---
 doc/modus-themes.info | 83 ++++++++++++++++++++++++++-------------------------
 doc/modus-themes.org  |  1 +
 modus-themes.el       |  8 +++++
 3 files changed, 51 insertions(+), 41 deletions(-)

diff --git a/doc/modus-themes.info b/doc/modus-themes.info
index 950cc4fc3b..3919b41e4d 100644
--- a/doc/modus-themes.info
+++ b/doc/modus-themes.info
@@ -4577,6 +4577,7 @@ have lots of extensions, so the “full support” may not be 
100% true…
    • term
    • textsec
    • tldr
+   • tmr [ Part of 4.8.0-dev.  ]
    • transient (pop-up windows such as Magit’s)
    • trashed
    • treemacs
@@ -6704,47 +6705,47 @@ Node: DIY Use a hook at the post-load-theme phase185309
 Node: DIY A theme-agnostic hook for theme loading187514
 Node: Face coverage190145
 Node: Supported packages190597
-Node: Indirectly covered packages196418
-Node: Notes on individual packages197774
-Node: Note on calendarel weekday and weekend colors198874
-Node: Note on git-gutter in Doom Emacs200022
-Node: Note on php-mode multiline comments202544
-Node: Note on underlines in compilation buffers203304
-Node: Note on inline Latex in Org buffers204176
-Node: Note on dimmerel204786
-Node: Note on display-fill-column-indicator-mode206271
-Node: Note on highlight-parenthesesel207724
-Node: Note on mmm-modeel background colors213827
-Node: Note for prism216181
-Node: Note on company-mode overlay pop-up219403
-Ref: Note on company-mode overlay pop-up-Footnote-1220133
-Ref: Note on company-mode overlay pop-up-Footnote-2220200
-Node: Note on ERC escaped color sequences220255
-Ref: Note on ERC escaped color sequences-Footnote-1221683
-Node: Note on powerline or spaceline221793
-Node: Note on SHR colors222207
-Node: Note on SHR fonts222631
-Node: Note on Ement colors and fonts223318
-Node: Note on pdf-tools link hints224846
-Node: Note on the Notmuch logo227306
-Node: Note on goto-address-mode faces227844
-Node: Frequently Asked Questions228962
-Node: Is the contrast ratio about adjacent colors?229542
-Node: What does it mean to avoid exaggerations?231051
-Node: Why are colors mostly variants of blue, magenta, cyan?232905
-Node: What is the best setup for legibility?237328
-Node: Are these color schemes?239978
-Node: Port the Modus themes to other platforms?243662
-Node: Contributing246564
-Node: Sources of the themes246963
-Node: Issues you can help with247859
-Node: Patches require copyright assignment to the FSF249299
-Node: Acknowledgements251521
-Node: GNU Free Documentation License255878
-Node: Indices281242
-Node: Function index281421
-Node: Variable index283017
-Node: Concept index286517
+Node: Indirectly covered packages196453
+Node: Notes on individual packages197809
+Node: Note on calendarel weekday and weekend colors198909
+Node: Note on git-gutter in Doom Emacs200057
+Node: Note on php-mode multiline comments202579
+Node: Note on underlines in compilation buffers203339
+Node: Note on inline Latex in Org buffers204211
+Node: Note on dimmerel204821
+Node: Note on display-fill-column-indicator-mode206306
+Node: Note on highlight-parenthesesel207759
+Node: Note on mmm-modeel background colors213862
+Node: Note for prism216216
+Node: Note on company-mode overlay pop-up219438
+Ref: Note on company-mode overlay pop-up-Footnote-1220168
+Ref: Note on company-mode overlay pop-up-Footnote-2220235
+Node: Note on ERC escaped color sequences220290
+Ref: Note on ERC escaped color sequences-Footnote-1221718
+Node: Note on powerline or spaceline221828
+Node: Note on SHR colors222242
+Node: Note on SHR fonts222666
+Node: Note on Ement colors and fonts223353
+Node: Note on pdf-tools link hints224881
+Node: Note on the Notmuch logo227341
+Node: Note on goto-address-mode faces227879
+Node: Frequently Asked Questions228997
+Node: Is the contrast ratio about adjacent colors?229577
+Node: What does it mean to avoid exaggerations?231086
+Node: Why are colors mostly variants of blue, magenta, cyan?232940
+Node: What is the best setup for legibility?237363
+Node: Are these color schemes?240013
+Node: Port the Modus themes to other platforms?243697
+Node: Contributing246599
+Node: Sources of the themes246998
+Node: Issues you can help with247894
+Node: Patches require copyright assignment to the FSF249334
+Node: Acknowledgements251556
+Node: GNU Free Documentation License255913
+Node: Indices281277
+Node: Function index281456
+Node: Variable index283052
+Node: Concept index286552
 
 End Tag Table
 
diff --git a/doc/modus-themes.org b/doc/modus-themes.org
index 1709ffd5af..a1c1bb97dc 100644
--- a/doc/modus-themes.org
+++ b/doc/modus-themes.org
@@ -4395,6 +4395,7 @@ have lots of extensions, so the "full support" may not be 
100% true…
 + term
 + textsec
 + tldr
++ tmr [ Part of {{{development-version}}}. ]
 + transient (pop-up windows such as Magit's)
 + trashed
 + treemacs
diff --git a/modus-themes.el b/modus-themes.el
index 00d918f713..66c773c57a 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -3873,6 +3873,14 @@ FG and BG are the main colors."
     `(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 :inherit highlight)))
     `(transient-amaranth ((,c :inherit bold :foreground ,yellow-warmer)))

Reply via email to