solarized-emacs

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

commit ecc5da116456e16fe07494fc203c25dba74033b8
parent 0521e0ba86e0dfc29735220dd270e97a7f02c379
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Fri, 17 Jul 2020 11:44:24 +0200

Revert "move lsp-ui faces into lsp-mode block"

This reverts commit 161278fc16f771628039f68ed7bfead99fa40d01.

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

diff --git a/solarized-faces.el b/solarized-faces.el @@ -1013,6 +1013,14 @@ `(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))) @@ -2010,15 +2018,7 @@ `(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)