From d0d9fb57582677fc1f9a4a1467ec3f6470aff0d6 Mon Sep 17 00:00:00 2001 From: JenChieh Date: Tue, 21 May 2024 16:36:52 -0700 Subject: [PATCH] feat: Customize lsp unnecessary faces --- vs-dark-theme.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vs-dark-theme.el b/vs-dark-theme.el index 42935fe..e0c0d90 100644 --- a/vs-dark-theme.el +++ b/vs-dark-theme.el @@ -195,6 +195,10 @@ `(modablist-select-face ((t :box (:line-width (-1 . -1) :color "#65A7E2" :style nil)))) `(modablist-insert-face ((t :background "#565136" :box (:line-width (-1 . -1) :color "#65A7E2" :style nil)))) + `(lsp-flycheck-info-unnecessary-face ((t :inherit flycheck-info :foreground "#B0B0B0"))) + `(lsp-flycheck-warning-unnecessary-face ((t :inherit flycheck-warning :foreground "#B0B0B0"))) + `(lsp-flycheck-error-unnecessary-face ((t :inherit flycheck-error :foreground "#B0B0B0"))) + `(lsp-inlay-hint-face ((t :background "#252525" :foreground "#888581"))) `(lsp-inlay-hint-type-face ((t :background "#252525" :foreground "#888581"))) `(lsp-inlay-hint-parameter-face ((t :background "#252525" :foreground "#888581")))