solarized-emacs

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

commit ae25554f67863112d9c9943e7c2dae456819779a
parent 8bbca96b0f4875d237eff749d4d7d5938263ff80
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Mon, 13 Jan 2020 01:31:55 +0100

fix accidental outline level change

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

diff --git a/solarized-faces.el b/solarized-faces.el @@ -1019,7 +1019,7 @@ `(lsp-ui-sideline-current-symbol ((,class (:foreground ,magenta :weight normal)))) `(lsp-ui-sideline-global ((,class (:underline ,s-line)))) `(lsp-ui-sideline-symbol ((,class (:foreground ,base1 :background ,base02)))) -;;;; lusty-explorer +;;;;; lusty-explorer `(lusty-directory-face ((,class (:inherit dired-directory)))) `(lusty-file-face ((,class nil))) `(lusty-match-face ((,class (:inherit ido-first-match))))