We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
company-box-backends-colors
I currently have:
(setq company-box-backends-colors '( (company-capf . (:selected (:background "light steel blue" :foreground "black"))) (company-yasnippet . (:all "lime green" :selected (:background "lime green" :foreground "black")))))
But I like to set a general rule that sets (:selected (:background "light green" :foreground "black")) for all other backends.
(:selected (:background "light green" :foreground "black"))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I currently have:
But I like to set a general rule that sets
(:selected (:background "light green" :foreground "black"))
for all other backends.The text was updated successfully, but these errors were encountered: