solarized-emacs

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

commit 161278fc16f771628039f68ed7bfead99fa40d01
parent c8f09494330900081ed5a4f020c972a37fd7b02e
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Wed,  1 Apr 2020 09:48:07 +0200

move lsp-ui faces into lsp-mode block

Diffstat:
Msolarized-faces.el | 16++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/solarized-faces.el b/solarized-faces.el @@ -1013,14 +1013,6 @@ `(linum-relative-current-face ((,class (:inherit linum)))) ;;;;; display-line-number-mode `(line-number ((,class (:weight thin :underline nil :foreground ,s-fringe-fg :background ,s-fringe-bg)))) -;;;;; lsp-ui - `(lsp-ui-doc-background ((,class (:background ,base03)))) - `(lsp-ui-doc-header ((,class (:background ,yellow-1bg :foreground ,yellow-1fg)))) - `(lsp-ui-doc-url ((,class (:inherit link)))) - `(lsp-ui-sideline-code-action ((,class (:foreground ,yellow-1fg :background ,yellow-1bg :weight normal)))) - `(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-directory-face ((,class (:inherit dired-directory)))) `(lusty-file-face ((,class nil))) @@ -2014,7 +2006,15 @@ `(hl-bg-colors '(,yellow-lc ,orange-lc ,red-lc ,magenta-lc ,violet-lc ,blue-lc ,cyan-lc ,green-lc)) ;;;;; lsp-mode + `(lsp-face-highlight-read ((,class (:inherit highlight :underline t)))) + `(lsp-ui-doc-background ((,class (:background ,base03)))) `(lsp-ui-doc-border ,base1) + `(lsp-ui-doc-header ((,class (:background ,yellow-1bg :foreground ,yellow-1fg)))) + `(lsp-ui-doc-url ((,class (:inherit link)))) + `(lsp-ui-sideline-code-action ((,class (:foreground ,yellow-1fg :background ,yellow-1bg :weight normal)))) + `(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)))) ;;;;; pos-tip `(pos-tip-foreground-color ,base1) `(pos-tip-background-color ,base02)