Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define faces for company #209

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions catppuccin-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -441,20 +441,15 @@ FLAVOR defaults to the value of `catppuccin-flavor'."
(avy-lead-face-2 :foreground ,ctp-base :background ,ctp-sky)

;; company
;; TODO: find undef'ed faces
(company-echo-common :foreground ,ctp-base :background ,ctp-text)
(company-preview :background ,ctp-current :foreground ,undef)
(company-preview :inherit shadow)
(company-preview-common :inherit company-preview
:foreground ,ctp-green)
(company-preview-search :inherit company-preview
:foreground ,undef)
(company-scrollbar-bg :background ,ctp-surface0)
(company-scrollbar-fg :foreground ,undef)
:foreground ,ctp-red)
(company-tooltip :inherit tooltip)
(company-tooltip-search :foreground ,undef
:underline t)
(company-tooltip-search-selection :background ,undef
:foreground ,ctp-base)
(company-tooltip-search :inherit lazy-highlight)
(company-tooltip-search-selection :inherit match)
(company-tooltip-selection :background ,ctp-overlay0
:foreground ,ctp-text)
(company-tooltip-mouse :background ,ctp-base)
Expand Down