branch: externals/ef-themes commit adc697e4f8d41da88028013c366dfdaf72855a53 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for all-the-icons --- ef-themes.el | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/ef-themes.el b/ef-themes.el index f6a765297d..d913bfa0ad 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -103,6 +103,48 @@ When called from Lisp, THEME is a symbol." `(shadow ((,c :foreground ,fg-dim))) `(trailing-whitespace ((,c :background ,bg-red :foreground ,fg-intense))) `(tooltip ((,c :background ,bg-active :foreground ,fg-intense))) +;;;; all-the-icons + `(all-the-icons-blue ((,c :foreground ,blue-cooler))) + `(all-the-icons-blue-alt ((,c :foreground ,blue-warmer))) + `(all-the-icons-cyan ((,c :foreground ,cyan))) + `(all-the-icons-cyan-alt ((,c :foreground ,cyan-warmer))) + `(all-the-icons-dblue ((,c :foreground ,blue-faint))) + `(all-the-icons-dcyan ((,c :foreground ,cyan-faint))) + `(all-the-icons-dgreen ((,c :foreground ,green))) + `(all-the-icons-dmaroon ((,c :foreground ,magenta-faint))) + `(all-the-icons-dorange ((,c :foreground ,red-faint))) + `(all-the-icons-dpink ((,c :foreground ,magenta-faint))) + `(all-the-icons-dpurple ((,c :foreground ,blue-faint))) + `(all-the-icons-dred ((,c :foreground ,red-faint))) + `(all-the-icons-dsilver ((,c :foreground ,cyan-faint))) + `(all-the-icons-dyellow ((,c :foreground ,yellow-faint))) + `(all-the-icons-green ((,c :foreground ,green))) + `(all-the-icons-lblue ((,c :foreground ,blue-cooler))) + `(all-the-icons-lcyan ((,c :foreground ,cyan))) + `(all-the-icons-lgreen ((,c :foreground ,green-cooler))) + `(all-the-icons-lmaroon ((,c :foreground ,magenta-warmer))) + `(all-the-icons-lorange ((,c :foreground ,red-warmer))) + `(all-the-icons-lpink ((,c :foreground ,magenta))) + `(all-the-icons-lpurple ((,c :foreground ,magenta-faint))) + `(all-the-icons-lred ((,c :foreground ,red))) + `(all-the-icons-lsilver ((,c :foreground ,fg-dim))) + `(all-the-icons-lyellow ((,c :foreground ,yellow-warmer))) + `(all-the-icons-maroon ((,c :foreground ,magenta))) + `(all-the-icons-orange ((,c :foreground ,red-warmer))) + `(all-the-icons-pink ((,c :foreground ,magenta))) + `(all-the-icons-purple ((,c :foreground ,magenta-cooler))) + `(all-the-icons-purple-alt ((,c :foreground ,magenta-cooler))) + `(all-the-icons-red ((,c :foreground ,red-warmer))) + `(all-the-icons-red-alt ((,c :foreground ,red-cooler))) + `(all-the-icons-silver ((,c :foreground ,cyan-faint))) + `(all-the-icons-yellow ((,c :foreground ,yellow))) +;;;; all-the-icons-dired + `(all-the-icons-dired-dir-face ((,c :foreground ,accent-0))) +;;;; all-the-icons-ibuffer + `(all-the-icons-ibuffer-dir-face ((,c :foreground ,accent-0))) + `(all-the-icons-ibuffer-file-face ((,c :foreground ,name))) + `(all-the-icons-ibuffer-mode-face ((,c :foreground ,constant))) + `(all-the-icons-ibuffer-size-face ((,c :foreground ,variable))) ;;;; ansi-color `(ansi-color-black ((,c :background "black" :foreground "black"))) `(ansi-color-blue ((,c :background ,blue :foreground ,blue)))