mirror of
https://github.com/emacs-vs/vs-light-theme.git
synced 2025-12-05 18:20:30 -08:00
feat: Support lsp inlay hints
This commit is contained in:
parent
1081a1af16
commit
ad61f777d3
1 changed files with 7 additions and 1 deletions
|
|
@ -137,6 +137,10 @@
|
||||||
`(tree-sitter-hl-face:attribute ((t :foreground "#808080")))
|
`(tree-sitter-hl-face:attribute ((t :foreground "#808080")))
|
||||||
`(tree-sitter-hl-face:noise ((t :foreground "#808080")))
|
`(tree-sitter-hl-face:noise ((t :foreground "#808080")))
|
||||||
|
|
||||||
|
`(ts-fold-replacement-face ((t :foreground "#808080" :box (:line-width (-1 . -1) :style pressed-button))))
|
||||||
|
|
||||||
|
`(treesit-fold-replacement-face ((t :foreground "#808080" :box (:line-width (-1 . -1) :style pressed-button))))
|
||||||
|
|
||||||
`(company-tooltip-annotation ((t :foreground "#41474D")))
|
`(company-tooltip-annotation ((t :foreground "#41474D")))
|
||||||
`(company-fuzzy-annotation-face ((t :foreground "#5E85AB")))
|
`(company-fuzzy-annotation-face ((t :foreground "#5E85AB")))
|
||||||
`(company-preview ((t :foreground "dark gray" :underline t)))
|
`(company-preview ((t :foreground "dark gray" :underline t)))
|
||||||
|
|
@ -191,7 +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))))
|
||||||
|
|
||||||
`(ts-fold-replacement-face ((t :foreground "#808080" :box (:line-width (-1 . -1) :style pressed-button))))
|
`(lsp-inlay-hint-face ((t :background "#ECECFB" :foreground "#7A6C7F")))
|
||||||
|
`(lsp-inlay-hint-type-face ((t :background "#ECECFB" :foreground "#7A6C7F")))
|
||||||
|
`(lsp-inlay-hint-parameter-face ((t :background "#ECECFB" :foreground "#7A6C7F")))
|
||||||
|
|
||||||
`(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