M doc/modus-themes.info => doc/modus-themes.info +42 -41
@@ 4122,6 4122,7 @@ have lots of extensions, so the "full support" may not be 100% true…
• marginalia
• markdown-mode
• markup-faces (‘adoc-mode’)
+ • mct [ Part of 4.4.0-dev. ]
• messages
• minimap
• mode-line
@@ 6287,47 6288,47 @@ Node: Custom hl-todo colors162468
Node: Add support for solaire-mode164006
Node: Face coverage166903
Node: Supported packages167355
-Node: Indirectly covered packages172948
-Node: Notes on individual packages174317
-Node: Note on calendarel weekday and weekend colors175417
-Node: Note on git-gutter in Doom Emacs176565
-Node: Note on php-mode multiline comments178906
-Node: Note on underlines in compilation buffers179659
-Node: Note on inline Latex in Org buffers180496
-Node: Note on dimmerel181106
-Node: Note on display-fill-column-indicator-mode182591
-Node: Note on highlight-parenthesesel183988
-Node: Note on mmm-modeel background colors189962
-Node: Note for prism192260
-Node: Note on company-mode overlay pop-up195418
-Ref: Note on company-mode overlay pop-up-Footnote-1196146
-Ref: Note on company-mode overlay pop-up-Footnote-2196213
-Node: Note on ERC escaped color sequences196268
-Ref: Note on ERC escaped color sequences-Footnote-1197696
-Node: Note on powerline or spaceline197806
-Node: Note on SHR colors198220
-Node: Note on SHR fonts198640
-Node: Note on Ement colors and fonts199285
-Node: Note on pdf-tools link hints200789
-Node: Note on the Notmuch logo203245
-Node: Note on goto-address-mode faces203777
-Node: Frequently Asked Questions204895
-Node: Is the contrast ratio about adjacent colors?205524
-Node: What does it mean to avoid exaggerations?207031
-Node: Why are colors mostly variants of blue magenta cyan?208879
-Node: What is the best setup for legibility?213185
-Node: Are these color schemes?215824
-Node: Port the Modus themes to other platforms?219476
-Node: Contributing222308
-Node: Sources of the themes222705
-Node: Issues you can help with223599
-Node: Patches require copyright assignment to the FSF224989
-Node: Acknowledgements227209
-Node: GNU Free Documentation License231366
-Node: Indices256529
-Node: Function index256708
-Node: Variable index257964
-Node: Concept index260642
+Node: Indirectly covered packages172983
+Node: Notes on individual packages174352
+Node: Note on calendarel weekday and weekend colors175452
+Node: Note on git-gutter in Doom Emacs176600
+Node: Note on php-mode multiline comments178941
+Node: Note on underlines in compilation buffers179694
+Node: Note on inline Latex in Org buffers180531
+Node: Note on dimmerel181141
+Node: Note on display-fill-column-indicator-mode182626
+Node: Note on highlight-parenthesesel184023
+Node: Note on mmm-modeel background colors189997
+Node: Note for prism192295
+Node: Note on company-mode overlay pop-up195453
+Ref: Note on company-mode overlay pop-up-Footnote-1196181
+Ref: Note on company-mode overlay pop-up-Footnote-2196248
+Node: Note on ERC escaped color sequences196303
+Ref: Note on ERC escaped color sequences-Footnote-1197731
+Node: Note on powerline or spaceline197841
+Node: Note on SHR colors198255
+Node: Note on SHR fonts198675
+Node: Note on Ement colors and fonts199320
+Node: Note on pdf-tools link hints200824
+Node: Note on the Notmuch logo203280
+Node: Note on goto-address-mode faces203812
+Node: Frequently Asked Questions204930
+Node: Is the contrast ratio about adjacent colors?205559
+Node: What does it mean to avoid exaggerations?207066
+Node: Why are colors mostly variants of blue magenta cyan?208914
+Node: What is the best setup for legibility?213220
+Node: Are these color schemes?215859
+Node: Port the Modus themes to other platforms?219511
+Node: Contributing222343
+Node: Sources of the themes222740
+Node: Issues you can help with223634
+Node: Patches require copyright assignment to the FSF225024
+Node: Acknowledgements227244
+Node: GNU Free Documentation License231401
+Node: Indices256564
+Node: Function index256743
+Node: Variable index257999
+Node: Concept index260677
End Tag Table
M doc/modus-themes.org => doc/modus-themes.org +1 -0
@@ 4035,6 4035,7 @@ have lots of extensions, so the "full support" may not be 100% true…
+ marginalia
+ markdown-mode
+ markup-faces (~adoc-mode~)
++ mct [ Part of {{{development-version}}}. ]
+ messages
+ minimap
+ mode-line
M modus-themes.el => modus-themes.el +2 -0
@@ 2983,6 2983,8 @@ FG and BG are the main colors."
`(markup-title-4-face ((,c :inherit modus-themes-heading-5)))
`(markup-title-5-face ((,c :inherit modus-themes-heading-6)))
`(markup-verbatim-face ((,c :inherit modus-themes-fixed-pitch :foreground ,prose-verbatim)))
+;;;;; mct
+ `(mct-highlight-candidate ((,c :inherit modus-themes-completion-selected)))
;;;;; messages
`(message-cited-text-1 ((,c :foreground ,mail-cite-0)))
`(message-cited-text-2 ((,c :foreground ,mail-cite-1)))