Skip to content

Commit

Permalink
Add corfu
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jul 15, 2024
1 parent 351300b commit baf6b4c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vs-dark-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@
`(company-scrollbar-bg ((t :background "#3E3E42")))
`(company-scrollbar-fg ((t :background "#686868")))

`(corfu-default ((t :background "#252526" :foreground "#BEBEBF")))
`(corfu-current ((t :background "#062F4A" :foreground "#BEBEBF")))
`(corfu-bar ((t :background "#062F4A" :foreground "#BEBEBF")))
`(corfu-annotations ((t :foreground "#96A2AA")))
`(corfu-popupinfo ((t :background "#2A2D38" :foreground "#F1F1F1")))

`(popup-tip-face ((t :background "#2A2D38" :foreground "#F1F1F1")))

`(flx-highlight-face ((t :foreground "#72a4ff" :weight bold)))
Expand Down

0 comments on commit baf6b4c

Please sign in to comment.