Skip to content

Commit

Permalink
change corfu view for light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
semenInRussia committed May 10, 2024
1 parent 66975a5 commit 45fd663
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lisp/ui/my-light-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
;; italic name of the item like Function, Module, Method
'(corfu-annotations ((t :italic t)))
;; use more like a string literals colors for current complete item
'(corfu-current ((t :background "#aaf" :bold t)))
'(corfu-current ((t :bold t
:foreground "#000"
:background nil)))

;; highlight current symbol with nice background background
'(eglot-highlight-symbol-face ((t :background "#eee"
Expand Down

0 comments on commit 45fd663

Please sign in to comment.