From 031a6fa568e12dba85eb0bd5317ca1aecc72341e Mon Sep 17 00:00:00 2001 From: JenChieh Date: Sun, 19 May 2024 20:48:57 -0700 Subject: [PATCH] feat: Improve inlay hint colors --- vs-dark-theme.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vs-dark-theme.el b/vs-dark-theme.el index a30dc5e..bcd1a0f 100644 --- a/vs-dark-theme.el +++ b/vs-dark-theme.el @@ -195,9 +195,9 @@ `(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-inlay-hint-face ((t :background "#2D2D2D" :foreground "#969696"))) - `(lsp-inlay-hint-type-face ((t :background "#2D2D2D" :foreground "#969696"))) - `(lsp-inlay-hint-parameter-face ((t :background "#2D2D2D" :foreground "#969696"))) + `(lsp-inlay-hint-face ((t :background "#252525" :foreground "#969696"))) + `(lsp-inlay-hint-type-face ((t :background "#252525" :foreground "#969696"))) + `(lsp-inlay-hint-parameter-face ((t :background "#252525" :foreground "#969696"))) `(dap-ui-breakpoint-verified-fringe ((t :foreground "#E71F2D"))) `(breakpoint-disabled ((t :foreground "#C55159")))