branch: externals/modus-themes
commit 7a22d934a3b46064b5f71dc439c43d9f15b60d8e
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Add support for kmacro-menu faces
---
 doc/modus-themes.info | 83 ++++++++++++++++++++++++++-------------------------
 doc/modus-themes.org  |  1 +
 modus-themes.el       |  4 +++
 3 files changed, 47 insertions(+), 41 deletions(-)

diff --git a/doc/modus-themes.info b/doc/modus-themes.info
index 695e77c0bb..1d89b88c0a 100644
--- a/doc/modus-themes.info
+++ b/doc/modus-themes.info
@@ -4243,6 +4243,7 @@ have lots of extensions, so the “full support” may not be 
100% true…
    • julia
    • kaocha-runner
    • keycast
+   • kmacro-menu [ Part of 4.5.0-dev ]
    • ledger-mode
    • leerzeichen
    • line numbers (‘display-line-numbers-mode’ and global variant)
@@ -6456,47 +6457,47 @@ Node: DIY Use a hook at the post-load-theme phase167908
 Node: DIY A theme-agnostic hook for theme loading170032
 Node: Face coverage172663
 Node: Supported packages173115
-Node: Indirectly covered packages178846
-Node: Notes on individual packages180215
-Node: Note on calendarel weekday and weekend colors181315
-Node: Note on git-gutter in Doom Emacs182463
-Node: Note on php-mode multiline comments184963
-Node: Note on underlines in compilation buffers185723
-Node: Note on inline Latex in Org buffers186595
-Node: Note on dimmerel187205
-Node: Note on display-fill-column-indicator-mode188690
-Node: Note on highlight-parenthesesel190143
-Node: Note on mmm-modeel background colors196226
-Node: Note for prism198580
-Node: Note on company-mode overlay pop-up201802
-Ref: Note on company-mode overlay pop-up-Footnote-1202532
-Ref: Note on company-mode overlay pop-up-Footnote-2202599
-Node: Note on ERC escaped color sequences202654
-Ref: Note on ERC escaped color sequences-Footnote-1204082
-Node: Note on powerline or spaceline204192
-Node: Note on SHR colors204606
-Node: Note on SHR fonts205030
-Node: Note on Ement colors and fonts205717
-Node: Note on pdf-tools link hints207227
-Node: Note on the Notmuch logo209687
-Node: Note on goto-address-mode faces210225
-Node: Frequently Asked Questions211343
-Node: Is the contrast ratio about adjacent colors?211976
-Node: What does it mean to avoid exaggerations?213485
-Node: Why are colors mostly variants of blue magenta cyan?215337
-Node: What is the best setup for legibility?219671
-Node: Are these color schemes?222318
-Node: Port the Modus themes to other platforms?226002
-Node: Contributing228848
-Node: Sources of the themes229247
-Node: Issues you can help with230143
-Node: Patches require copyright assignment to the FSF231536
-Node: Acknowledgements233758
-Node: GNU Free Documentation License237996
-Node: Indices263360
-Node: Function index263539
-Node: Variable index264837
-Node: Concept index269040
+Node: Indirectly covered packages178887
+Node: Notes on individual packages180256
+Node: Note on calendarel weekday and weekend colors181356
+Node: Note on git-gutter in Doom Emacs182504
+Node: Note on php-mode multiline comments185004
+Node: Note on underlines in compilation buffers185764
+Node: Note on inline Latex in Org buffers186636
+Node: Note on dimmerel187246
+Node: Note on display-fill-column-indicator-mode188731
+Node: Note on highlight-parenthesesel190184
+Node: Note on mmm-modeel background colors196267
+Node: Note for prism198621
+Node: Note on company-mode overlay pop-up201843
+Ref: Note on company-mode overlay pop-up-Footnote-1202573
+Ref: Note on company-mode overlay pop-up-Footnote-2202640
+Node: Note on ERC escaped color sequences202695
+Ref: Note on ERC escaped color sequences-Footnote-1204123
+Node: Note on powerline or spaceline204233
+Node: Note on SHR colors204647
+Node: Note on SHR fonts205071
+Node: Note on Ement colors and fonts205758
+Node: Note on pdf-tools link hints207268
+Node: Note on the Notmuch logo209728
+Node: Note on goto-address-mode faces210266
+Node: Frequently Asked Questions211384
+Node: Is the contrast ratio about adjacent colors?212017
+Node: What does it mean to avoid exaggerations?213526
+Node: Why are colors mostly variants of blue magenta cyan?215378
+Node: What is the best setup for legibility?219712
+Node: Are these color schemes?222359
+Node: Port the Modus themes to other platforms?226043
+Node: Contributing228889
+Node: Sources of the themes229288
+Node: Issues you can help with230184
+Node: Patches require copyright assignment to the FSF231577
+Node: Acknowledgements233799
+Node: GNU Free Documentation License238037
+Node: Indices263401
+Node: Function index263580
+Node: Variable index264878
+Node: Concept index269081
 
 End Tag Table
 
diff --git a/doc/modus-themes.org b/doc/modus-themes.org
index 1b774807c8..45e43427bf 100644
--- a/doc/modus-themes.org
+++ b/doc/modus-themes.org
@@ -4092,6 +4092,7 @@ have lots of extensions, so the "full support" may not be 
100% true…
 + julia
 + kaocha-runner
 + keycast
++ kmacro-menu [ Part of {{{development-version}}} ]
 + ledger-mode
 + leerzeichen
 + line numbers (~display-line-numbers-mode~ and global variant)
diff --git a/modus-themes.el b/modus-themes.el
index df9cf3ac27..eb6b39e33c 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -2802,6 +2802,10 @@ FG and BG are the main colors."
 ;;;;; keycast
     `(keycast-command ((,c :inherit bold)))
     `(keycast-key ((,c :inherit modus-themes-bold :background ,keybind 
:foreground ,bg-main)))
+;;;;; kmacro-menu
+    `(kmacro-menu-mark ((,c :inherit bold)))
+    `(kmacro-menu-marked ((,c :inherit modus-themes-mark-sel)))
+    `(kmacro-menu-flagged ((,c :inherit modus-themes-mark-del)))
 ;;;;; ledger-mode
     `(ledger-font-auto-xact-face ((,c :inherit font-lock-builtin-face)))
     `(ledger-font-account-name-face ((,c :foreground ,name)))

Reply via email to