mirror of
https://github.com/emacs-vs/vs-dark-theme.git
synced 2025-12-06 02:30:33 -08:00
feat: Improve inlay hint colors
This commit is contained in:
parent
43021d52ec
commit
031a6fa568
1 changed files with 3 additions and 3 deletions
|
|
@ -195,9 +195,9 @@
|
||||||
`(modablist-select-face ((t :box (:line-width (-1 . -1) :color "#65A7E2" :style nil))))
|
`(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))))
|
`(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-face ((t :background "#252525" :foreground "#969696")))
|
||||||
`(lsp-inlay-hint-type-face ((t :background "#2D2D2D" :foreground "#969696")))
|
`(lsp-inlay-hint-type-face ((t :background "#252525" :foreground "#969696")))
|
||||||
`(lsp-inlay-hint-parameter-face ((t :background "#2D2D2D" :foreground "#969696")))
|
`(lsp-inlay-hint-parameter-face ((t :background "#252525" :foreground "#969696")))
|
||||||
|
|
||||||
`(dap-ui-breakpoint-verified-fringe ((t :foreground "#E71F2D")))
|
`(dap-ui-breakpoint-verified-fringe ((t :foreground "#E71F2D")))
|
||||||
`(breakpoint-disabled ((t :foreground "#C55159")))
|
`(breakpoint-disabled ((t :foreground "#C55159")))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue