commit c894c383e0376970f158b8b9a5243f14ed039b97
parent b69d823bdb436a10eaacaf97a4d981b176445008
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Thu, 9 Jan 2020 19:14:48 +0100
add lsp-ui-sideline faces
Diffstat:
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/solarized-faces.el b/solarized-faces.el
@@ -1012,8 +1012,11 @@
;;;;; display-line-number-mode
`(line-number ((,class (:weight thin :underline nil :foreground ,s-fringe-fg :background ,s-fringe-bg))))
;;;;; lsp-ui
- `(lsp-ui-sideline-code-action ((,class (:foreground ,yellow :weight normal))))
-;;;;; lusty-explorer
+ `(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)))
`(lusty-match-face ((,class (:inherit ido-first-match))))