branch: externals/standard-themes commit 71ad418f482d7709a44fc0ecba22d09326f56cb5 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for nerd-icons, nerd-icons-dired, nerd-icons-ibuffer --- README.org | 3 +++ standard-themes.el | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/README.org b/README.org index 963474f00e..ec7e5693cb 100644 --- a/README.org +++ b/README.org @@ -1207,6 +1207,9 @@ everything most users need. - messages - mode-line - mu4e +- nerd-icons [Part of {{{development-version}}}.] +- nerd-icons-dired [Part of {{{development-version}}}.] +- nerd-icons-ibuffer [Part of {{{development-version}}}.] - neotree - notmuch - olivetti diff --git a/standard-themes.el b/standard-themes.el index b4d6958c01..d526f4702d 100644 --- a/standard-themes.el +++ b/standard-themes.el @@ -1702,6 +1702,48 @@ Optional prefix argument MAPPINGS has the same meaning as for `(mu4e-url-number-face ((,c :inherit shadow))) `(mu4e-view-body-face (( ))) `(mu4e-warning-face ((,c :inherit warning))) +;;;;; nerd-icons + `(nerd-icons-blue ((,c :foreground ,blue-cooler))) + `(nerd-icons-blue-alt ((,c :foreground ,blue-warmer))) + `(nerd-icons-cyan ((,c :foreground ,cyan))) + `(nerd-icons-cyan-alt ((,c :foreground ,cyan-warmer))) + `(nerd-icons-dblue ((,c :foreground ,blue-faint))) + `(nerd-icons-dcyan ((,c :foreground ,cyan-faint))) + `(nerd-icons-dgreen ((,c :foreground ,green-faint))) + `(nerd-icons-dmaroon ((,c :foreground ,magenta-faint))) + `(nerd-icons-dorange ((,c :foreground ,red-faint))) + `(nerd-icons-dpink ((,c :foreground ,magenta-faint))) + `(nerd-icons-dpurple ((,c :foreground ,magenta-cooler))) + `(nerd-icons-dred ((,c :foreground ,red))) + `(nerd-icons-dsilver ((,c :foreground ,cyan-faint))) + `(nerd-icons-dyellow ((,c :foreground ,yellow-faint))) + `(nerd-icons-green ((,c :foreground ,green))) + `(nerd-icons-lblue ((,c :foreground ,blue-cooler))) + `(nerd-icons-lcyan ((,c :foreground ,cyan))) + `(nerd-icons-lgreen ((,c :foreground ,green-warmer))) + `(nerd-icons-lmaroon ((,c :foreground ,magenta-warmer))) + `(nerd-icons-lorange ((,c :foreground ,red-warmer))) + `(nerd-icons-lpink ((,c :foreground ,magenta))) + `(nerd-icons-lpurple ((,c :foreground ,magenta-faint))) + `(nerd-icons-lred ((,c :foreground ,red-faint))) + `(nerd-icons-lsilver ((,c :foreground "gray50"))) + `(nerd-icons-lyellow ((,c :foreground ,yellow-warmer))) + `(nerd-icons-maroon ((,c :foreground ,magenta))) + `(nerd-icons-orange ((,c :foreground ,yellow-warmer))) + `(nerd-icons-pink ((,c :foreground ,magenta-warmer))) + `(nerd-icons-purple ((,c :foreground ,magenta-cooler))) + `(nerd-icons-purple-alt ((,c :foreground ,blue-warmer))) + `(nerd-icons-red ((,c :foreground ,red))) + `(nerd-icons-red-alt ((,c :foreground ,red-cooler))) + `(nerd-icons-silver ((,c :foreground "gray50"))) + `(nerd-icons-yellow ((,c :foreground ,yellow))) +;;;; nerd-icons-dired + `(nerd-icons-dired-dir-face ((,c :foreground ,accent-0))) +;;;; nerd-icons-ibuffer + `(nerd-icons-ibuffer-dir-face ((,c :foreground ,accent-0))) + `(nerd-icons-ibuffer-file-face ((,c :foreground ,name))) + `(nerd-icons-ibuffer-mode-face ((,c :foreground ,constant))) + `(nerd-icons-ibuffer-size-face ((,c :foreground ,variable))) ;;;; neotree `(neo-banner-face ((,c :foreground ,accent-0))) `(neo-button-face ((,c :inherit button)))