Add support for the trust-manager package

This commit is contained in:
Protesilaos Stavrou 2026-04-18 16:13:16 +03:00
parent 7950791b52
commit 7c2ce1ff0d
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
3 changed files with 45 additions and 41 deletions

View file

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

View file

@ -5432,6 +5432,7 @@ have lots of extensions, so the "full support" may not be 100% true…
+ trashed + trashed
+ treemacs + treemacs
+ tree-sitter + tree-sitter
+ trust-manager [ Part of {{{development-version}}} ]
+ tty-menu + tty-menu
+ tuareg + tuareg
+ typescript + typescript

View file

@ -7092,6 +7092,8 @@ If COLOR is unspecified, then return :box unspecified."
`(treemacs-window-background-face ((,c :background ,bg-main))) `(treemacs-window-background-face ((,c :background ,bg-main)))
`(treemacs-nerd-icons-root-face ((,c :foreground ,accent-0))) `(treemacs-nerd-icons-root-face ((,c :foreground ,accent-0)))
`(treemacs-nerd-icons-file-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
`(tty-menu-disabled-face ((,c :background ,bg-inactive :foreground ,fg-dim))) `(tty-menu-disabled-face ((,c :background ,bg-inactive :foreground ,fg-dim)))
`(tty-menu-enabled-face ((,c :inherit bold :background ,bg-inactive :foreground ,fg-main))) `(tty-menu-enabled-face ((,c :inherit bold :background ,bg-inactive :foreground ,fg-main)))