Add support for my institution-calendar faces

This commit is contained in:
Protesilaos Stavrou 2026-02-20 08:58:50 +02:00
parent b2e0aff5ed
commit ecd696daf8
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
3 changed files with 46 additions and 41 deletions

View file

@ -5460,6 +5460,7 @@ have lots of extensions, so the "full support" may not be 100% true…
• info
• info+ (info-plus)
• info-colors
• institution-calendar [Part of 5.3.0-dev.]
• ioccur
• isearch, occur, etc.
• ivy*
@ -7775,47 +7776,47 @@ Node: Create convenience commands to load a derivative theme228558
Node: Arrange to activate your derivative themes230826
Node: Face coverage232882
Node: Supported packages233344
Node: Indirectly covered packages239259
Node: Notes on individual packages240615
Node: Note on calendarel weekday and weekend colors241717
Node: Note on git-gutter in Doom Emacs242867
Node: Note on php-mode multiline comments245369
Node: Note on underlines in compilation buffers246131
Node: Note on inline Latex in Org buffers247005
Node: Note on dimmerel247617
Node: Note on display-fill-column-indicator-mode249104
Node: Note on highlight-parenthesesel250557
Node: Note on mmm-modeel background colors256636
Node: Note for prism258990
Node: Note on company-mode overlay pop-up262204
Ref: Note on company-mode overlay pop-up-Footnote-1262934
Ref: Note on company-mode overlay pop-up-Footnote-2263001
Node: Note on ERC escaped color sequences263056
Ref: Note on ERC escaped color sequences-Footnote-1264486
Node: Note on powerline or spaceline264596
Node: Note on SHR colors265012
Node: Note on SHR fonts265434
Node: Note on Ement colors and fonts266123
Node: Note on pdf-tools link hints267629
Node: Note on the Notmuch logo270087
Node: Note on goto-address-mode faces270621
Node: Frequently Asked Questions271741
Node: Is the contrast ratio about adjacent colors?272372
Node: What does it mean to avoid exaggerations?273881
Node: Why are colors mostly variants of blue magenta cyan?275731
Node: What is the best setup for legibility?280065
Node: Are these color schemes?282707
Node: Port the Modus themes to other platforms?286361
Node: Contributing289195
Node: Sources of the themes289594
Node: Issues you can help with290490
Node: Patches require copyright assignment to the FSF291882
Node: Acknowledgements294104
Node: GNU Free Documentation License298803
Node: Indices323966
Node: Function index324145
Node: Variable index329303
Node: Concept index334020
Node: Indirectly covered packages239308
Node: Notes on individual packages240664
Node: Note on calendarel weekday and weekend colors241766
Node: Note on git-gutter in Doom Emacs242916
Node: Note on php-mode multiline comments245418
Node: Note on underlines in compilation buffers246180
Node: Note on inline Latex in Org buffers247054
Node: Note on dimmerel247666
Node: Note on display-fill-column-indicator-mode249153
Node: Note on highlight-parenthesesel250606
Node: Note on mmm-modeel background colors256685
Node: Note for prism259039
Node: Note on company-mode overlay pop-up262253
Ref: Note on company-mode overlay pop-up-Footnote-1262983
Ref: Note on company-mode overlay pop-up-Footnote-2263050
Node: Note on ERC escaped color sequences263105
Ref: Note on ERC escaped color sequences-Footnote-1264535
Node: Note on powerline or spaceline264645
Node: Note on SHR colors265061
Node: Note on SHR fonts265483
Node: Note on Ement colors and fonts266172
Node: Note on pdf-tools link hints267678
Node: Note on the Notmuch logo270136
Node: Note on goto-address-mode faces270670
Node: Frequently Asked Questions271790
Node: Is the contrast ratio about adjacent colors?272421
Node: What does it mean to avoid exaggerations?273930
Node: Why are colors mostly variants of blue magenta cyan?275780
Node: What is the best setup for legibility?280114
Node: Are these color schemes?282756
Node: Port the Modus themes to other platforms?286410
Node: Contributing289244
Node: Sources of the themes289643
Node: Issues you can help with290539
Node: Patches require copyright assignment to the FSF291931
Node: Acknowledgements294153
Node: GNU Free Documentation License298852
Node: Indices324015
Node: Function index324194
Node: Variable index329352
Node: Concept index334069

End Tag Table

View file

@ -5310,6 +5310,7 @@ have lots of extensions, so the "full support" may not be 100% true…
+ info
+ info+ (info-plus)
+ info-colors
+ institution-calendar [Part of {{{development-version}}}.]
+ ioccur
+ isearch, occur, etc.
+ ivy*

View file

@ -5817,6 +5817,9 @@ If COLOR is unspecified, then return :box unspecified."
`(info-colors-ref-item-type ((,c :inherit modus-themes-bold :foreground ,type)))
`(info-colors-ref-item-user-option ((,c :foreground ,variable)))
`(info-colors-ref-item-variable ((,c :foreground ,variable)))
;;;;; institution-calendar
`(institution-calendar-term-indicator-regular-week ((,c :background ,bg-dim :foreground ,fg-alt)))
`(institution-calendar-term-indicator-extra-week ((,c :foreground ,fg-dim)))
;;;;; ioccur
`(ioccur-cursor ((,c :foreground ,fg-main)))
`(ioccur-invalid-regexp ((,c :foreground ,err)))