Skip to content

Commit

Permalink
feat: Improve inlay hint color
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed May 20, 2024
1 parent 031a6fa commit 0eda8ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vs-dark-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -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 "#252525" :foreground "#969696")))
`(lsp-inlay-hint-type-face ((t :background "#252525" :foreground "#969696")))
`(lsp-inlay-hint-parameter-face ((t :background "#252525" :foreground "#969696")))
`(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")))

`(dap-ui-breakpoint-verified-fringe ((t :foreground "#E71F2D")))
`(breakpoint-disabled ((t :foreground "#C55159")))
Expand Down

0 comments on commit 0eda8ba

Please sign in to comment.