summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2026-04-18 16:13:16 +0300
committerProtesilaos Stavrou <info@protesilaos.com>2026-04-18 16:13:16 +0300
commit7c2ce1ff0dc25215061d05a9d796d6193f93c84e (patch)
treeb89bf6fa7c0817761b1ea9eb29b017507d0348f8
parent7950791b521bcde428a476724e628e2f1e74962e (diff)
Add support for the trust-manager package
-rw-r--r--doc/modus-themes.info83
-rw-r--r--doc/modus-themes.org1
-rw-r--r--modus-themes.el2
3 files changed, 45 insertions, 41 deletions
diff --git a/doc/modus-themes.info b/doc/modus-themes.info
index f826b52..5e9a630 100644
--- a/doc/modus-themes.info
+++ b/doc/modus-themes.info
@@ -5621,6 +5621,7 @@ have lots of extensions, so the "full support" may not be 100% true…
• trashed
• treemacs
• tree-sitter
+ • trust-manager [ Part of 5.3.0-dev ]
• tty-menu
• tuareg
• typescript
@@ -7825,47 +7826,47 @@ Node: Create convenience commands to load a derivative theme230922
Node: Arrange to activate your derivative themes233262
Node: Face coverage235351
Node: Supported packages235813
-Node: Indirectly covered packages241812
-Node: Notes on individual packages243168
-Node: Note on calendarel weekday and weekend colors244270
-Node: Note on git-gutter in Doom Emacs245420
-Node: Note on php-mode multiline comments247944
-Node: Note on underlines in compilation buffers248706
-Node: Note on inline Latex in Org buffers249580
-Node: Note on dimmerel250191
-Node: Note on display-fill-column-indicator-mode251678
-Node: Note on highlight-parenthesesel253131
-Node: Note on mmm-modeel background colors259231
-Node: Note for prism261585
-Node: Note on company-mode overlay pop-up264799
-Ref: Note on company-mode overlay pop-up-Footnote-1265529
-Ref: Note on company-mode overlay pop-up-Footnote-2265596
-Node: Note on ERC escaped color sequences265651
-Ref: Note on ERC escaped color sequences-Footnote-1267081
-Node: Note on powerline or spaceline267191
-Node: Note on SHR colors267607
-Node: Note on SHR fonts268028
-Node: Note on Ement colors and fonts268717
-Node: Note on pdf-tools link hints270241
-Node: Note on the Notmuch logo272699
-Node: Note on goto-address-mode faces273233
-Node: Frequently Asked Questions274353
-Node: Is the contrast ratio about adjacent colors?274984
-Node: What does it mean to avoid exaggerations?276493
-Node: Why are colors mostly variants of blue magenta cyan?278343
-Node: What is the best setup for legibility?282764
-Node: Are these color schemes?285406
-Node: Port the Modus themes to other platforms?289060
-Node: Contributing291950
-Node: Sources of the themes292349
-Node: Issues you can help with293245
-Node: Patches require copyright assignment to the FSF294684
-Node: Acknowledgements296906
-Node: GNU Free Documentation License301730
-Node: Indices326893
-Node: Function index327072
-Node: Variable index332230
-Node: Concept index336947
+Node: Indirectly covered packages241855
+Node: Notes on individual packages243211
+Node: Note on calendarel weekday and weekend colors244313
+Node: Note on git-gutter in Doom Emacs245463
+Node: Note on php-mode multiline comments247987
+Node: Note on underlines in compilation buffers248749
+Node: Note on inline Latex in Org buffers249623
+Node: Note on dimmerel250234
+Node: Note on display-fill-column-indicator-mode251721
+Node: Note on highlight-parenthesesel253174
+Node: Note on mmm-modeel background colors259274
+Node: Note for prism261628
+Node: Note on company-mode overlay pop-up264842
+Ref: Note on company-mode overlay pop-up-Footnote-1265572
+Ref: Note on company-mode overlay pop-up-Footnote-2265639
+Node: Note on ERC escaped color sequences265694
+Ref: Note on ERC escaped color sequences-Footnote-1267124
+Node: Note on powerline or spaceline267234
+Node: Note on SHR colors267650
+Node: Note on SHR fonts268071
+Node: Note on Ement colors and fonts268760
+Node: Note on pdf-tools link hints270284
+Node: Note on the Notmuch logo272742
+Node: Note on goto-address-mode faces273276
+Node: Frequently Asked Questions274396
+Node: Is the contrast ratio about adjacent colors?275027
+Node: What does it mean to avoid exaggerations?276536
+Node: Why are colors mostly variants of blue magenta cyan?278386
+Node: What is the best setup for legibility?282807
+Node: Are these color schemes?285449
+Node: Port the Modus themes to other platforms?289103
+Node: Contributing291993
+Node: Sources of the themes292392
+Node: Issues you can help with293288
+Node: Patches require copyright assignment to the FSF294727
+Node: Acknowledgements296949
+Node: GNU Free Documentation License301773
+Node: Indices326936
+Node: Function index327115
+Node: Variable index332273
+Node: Concept index336990

End Tag Table
diff --git a/doc/modus-themes.org b/doc/modus-themes.org
index 2f42769..edef3cb 100644
--- a/doc/modus-themes.org
+++ b/doc/modus-themes.org
@@ -5432,6 +5432,7 @@ have lots of extensions, so the "full support" may not be 100% true…
+ trashed
+ treemacs
+ tree-sitter
++ trust-manager [ Part of {{{development-version}}} ]
+ tty-menu
+ tuareg
+ typescript
diff --git a/modus-themes.el b/modus-themes.el
index b3d930a..a7c4ae9 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -7092,6 +7092,8 @@ If COLOR is unspecified, then return :box unspecified."
`(treemacs-window-background-face ((,c :background ,bg-main)))
`(treemacs-nerd-icons-root-face ((,c :foreground ,accent-0)))
`(treemacs-nerd-icons-file-face ((,c :foreground ,accent-0)))
+;;;;; trust-manager
+ `(trust-manager-untrusted-indicator ((,c :inherit modus-themes-bold :foreground ,modeline-err)))
;;;;; tty-menu
`(tty-menu-disabled-face ((,c :background ,bg-inactive :foreground ,fg-dim)))
`(tty-menu-enabled-face ((,c :inherit bold :background ,bg-inactive :foreground ,fg-main)))