solarized-emacs

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

commit 575cc1215dc8e16b85f0e1f95e340c621eac3876
parent 2dd2699b2f315374333292b132dc0dc03719aba2
Author: Alex Murray <murray.alex@gmail.com>
Date:   Thu, 15 Mar 2018 15:41:35 +1030

Add face for lsp-ui to make code actions readable

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

diff --git a/solarized.el b/solarized.el @@ -1323,6 +1323,8 @@ customize the resulting theme." ;;;;; linum-mode `(linum ((,class (:weight normal :underline nil :foreground ,s-fringe-fg :background ,s-fringe-bg)))) `(linum-relative-current-face ((,class (:inherit linum)))) +;;;;; lsp-ui + `(lsp-ui-sideline-code-action ((,class (:foreground ,yellow :weight normal)))) ;;;;; lusty-explorer `(lusty-directory-face ((,class (:inherit dired-directory)))) `(lusty-file-face ((,class nil)))