solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit cd737ed7e0eac299844a9b453758dec4a392c7c9
parent 07a681fff27ff22d268b726b05576ef93fc4e615
Author: Jimmy Yuen Ho Wong <wyuenho@users.noreply.github.com>
Date:   Sun,  8 Oct 2023 14:00:50 +0100

Remove all-the-icons-dired-dir-face (#445)


Diffstat:
Msolarized-faces.el | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/solarized-faces.el b/solarized-faces.el @@ -260,7 +260,6 @@ `(spaceline-all-the-icons-info-face ((,class (:foreground ,blue)))) `(spaceline-all-the-icons-sunrise-face ((,class (:foreground ,yellow)))) `(spaceline-all-the-icons-sunrise-face ((,class (:foreground ,orange)))) - `(all-the-icons-dired-dir-face ((,class (:foreground ,base0)))) `(all-the-icons-red ((,class (:foreground ,red)))) `(all-the-icons-lred ((,class (:foreground ,red-lc)))) `(all-the-icons-dred ((,class (:foreground ,red-hc))))