Skip to content

Commit

Permalink
Make company-preview more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
Schnouki authored Oct 11, 2024
1 parent 82112c6 commit 79d2379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenburn-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ Also bind `class' to ((class color) (min-colors 89))."
`(company-tooltip-common-selection ((t (:foreground ,zenburn-green+2))))
`(company-scrollbar-fg ((t (:background ,zenburn-bg-1))))
`(company-scrollbar-bg ((t (:background ,zenburn-bg+2))))
`(company-preview ((t (:background ,zenburn-green+2))))
`(company-preview ((t (:foreground ,zenburn-bg-1 :background ,zenburn-green+2))))
`(company-preview-common ((t (:foreground ,zenburn-green+2 :background ,zenburn-bg-1))))
;;;;; corfu
`(corfu-default ((t (:foreground ,zenburn-fg :background ,zenburn-bg+1))))
Expand Down

0 comments on commit 79d2379

Please sign in to comment.