Skip to content

Commit

Permalink
feat: Customize lsp unnecessary faces
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed May 21, 2024
1 parent 0eda8ba commit d0d9fb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vs-dark-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -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")))
Expand Down

0 comments on commit d0d9fb5

Please sign in to comment.