[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-themes 457e8cfe94: Add support for nerd-icons-com
From: |
ELPA Syncer |
Subject: |
[elpa] externals/modus-themes 457e8cfe94: Add support for nerd-icons-completion |
Date: |
Tue, 19 Sep 2023 03:58:07 -0400 (EDT) |
branch: externals/modus-themes
commit 457e8cfe944a6342493a436b07150c67fe689b3e
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Add support for nerd-icons-completion
---
doc/modus-themes.info | 83 ++++++++++++++++++++++++++-------------------------
doc/modus-themes.org | 1 +
modus-themes.el | 2 ++
3 files changed, 45 insertions(+), 41 deletions(-)
diff --git a/doc/modus-themes.info b/doc/modus-themes.info
index 987cbe4b52..84ec0e607e 100644
--- a/doc/modus-themes.info
+++ b/doc/modus-themes.info
@@ -4075,6 +4075,7 @@ have lots of extensions, so the “full support” may not be
100% true…
• mu4e
• multiple-cursors
• nerd-icons [Part of 4.3.0-dev.]
+ • nerd-icons-completion [Part of 4.3.0-dev.]
• nerd-icons-dired [Part of 4.3.0-dev.]
• nerd-icons-ibuffer [Part of 4.3.0-dev.]
• neotree
@@ -6226,47 +6227,47 @@ Node: Custom hl-todo colors160552
Node: Add support for solaire-mode162090
Node: Face coverage165001
Node: Supported packages165453
-Node: Indirectly covered packages171084
-Node: Notes on individual packages172453
-Node: Note on calendarel weekday and weekend colors173553
-Node: Note on git-gutter in Doom Emacs174701
-Node: Note on php-mode multiline comments177042
-Node: Note on underlines in compilation buffers177795
-Node: Note on inline Latex in Org buffers178632
-Node: Note on dimmerel179242
-Node: Note on display-fill-column-indicator-mode180727
-Node: Note on highlight-parenthesesel182126
-Node: Note on mmm-modeel background colors188104
-Node: Note for prism190404
-Node: Note on company-mode overlay pop-up193572
-Ref: Note on company-mode overlay pop-up-Footnote-1194302
-Ref: Note on company-mode overlay pop-up-Footnote-2194369
-Node: Note on ERC escaped color sequences194424
-Ref: Note on ERC escaped color sequences-Footnote-1195852
-Node: Note on powerline or spaceline195962
-Node: Note on SHR colors196376
-Node: Note on SHR fonts196800
-Node: Note on Ement colors and fonts197445
-Node: Note on pdf-tools link hints198955
-Node: Note on the Notmuch logo201415
-Node: Note on goto-address-mode faces201953
-Node: Frequently Asked Questions203071
-Node: Is the contrast ratio about adjacent colors?203702
-Node: What does it mean to avoid exaggerations?205209
-Node: Why are colors mostly variants of blue magenta cyan?207059
-Node: What is the best setup for legibility?211365
-Node: Are these color schemes?214010
-Node: Port the Modus themes to other platforms?217692
-Node: Contributing220536
-Node: Sources of the themes220933
-Node: Issues you can help with221827
-Node: Patches require copyright assignment to the FSF223218
-Node: Acknowledgements225438
-Node: GNU Free Documentation License229574
-Node: Indices254938
-Node: Function index255117
-Node: Variable index256300
-Node: Concept index258756
+Node: Indirectly covered packages171134
+Node: Notes on individual packages172503
+Node: Note on calendarel weekday and weekend colors173603
+Node: Note on git-gutter in Doom Emacs174751
+Node: Note on php-mode multiline comments177092
+Node: Note on underlines in compilation buffers177845
+Node: Note on inline Latex in Org buffers178682
+Node: Note on dimmerel179292
+Node: Note on display-fill-column-indicator-mode180777
+Node: Note on highlight-parenthesesel182176
+Node: Note on mmm-modeel background colors188154
+Node: Note for prism190454
+Node: Note on company-mode overlay pop-up193622
+Ref: Note on company-mode overlay pop-up-Footnote-1194352
+Ref: Note on company-mode overlay pop-up-Footnote-2194419
+Node: Note on ERC escaped color sequences194474
+Ref: Note on ERC escaped color sequences-Footnote-1195902
+Node: Note on powerline or spaceline196012
+Node: Note on SHR colors196426
+Node: Note on SHR fonts196850
+Node: Note on Ement colors and fonts197495
+Node: Note on pdf-tools link hints199005
+Node: Note on the Notmuch logo201465
+Node: Note on goto-address-mode faces202003
+Node: Frequently Asked Questions203121
+Node: Is the contrast ratio about adjacent colors?203752
+Node: What does it mean to avoid exaggerations?205259
+Node: Why are colors mostly variants of blue magenta cyan?207109
+Node: What is the best setup for legibility?211415
+Node: Are these color schemes?214060
+Node: Port the Modus themes to other platforms?217742
+Node: Contributing220586
+Node: Sources of the themes220983
+Node: Issues you can help with221877
+Node: Patches require copyright assignment to the FSF223268
+Node: Acknowledgements225488
+Node: GNU Free Documentation License229624
+Node: Indices254988
+Node: Function index255167
+Node: Variable index256350
+Node: Concept index258806
End Tag Table
diff --git a/doc/modus-themes.org b/doc/modus-themes.org
index 452e1a9cc0..af0a60bc8f 100644
--- a/doc/modus-themes.org
+++ b/doc/modus-themes.org
@@ -3985,6 +3985,7 @@ have lots of extensions, so the "full support" may not be
100% true…
+ mu4e
+ multiple-cursors
+ nerd-icons [Part of {{{development-version}}}.]
++ nerd-icons-completion [Part of {{{development-version}}}.]
+ nerd-icons-dired [Part of {{{development-version}}}.]
+ nerd-icons-ibuffer [Part of {{{development-version}}}.]
+ neotree
diff --git a/modus-themes.el b/modus-themes.el
index f01906cf2f..934fbc5669 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -3193,6 +3193,8 @@ FG and BG are the main colors."
`(nerd-icons-red-alt ((,c :foreground ,red-cooler)))
`(nerd-icons-silver ((,c :foreground "gray50")))
`(nerd-icons-yellow ((,c :foreground ,yellow)))
+;;;;; nerd-icons-completion
+ `(nerd-icons-completion-dir-face ((,c :foreground ,cyan-faint)))
;;;;; nerd-icons-dired
`(nerd-icons-dired-dir-face ((,c :foreground ,cyan-faint)))
;;;;; nerd-icons-ibuffer
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/modus-themes 457e8cfe94: Add support for nerd-icons-completion,
ELPA Syncer <=