sebastiencs / company-box

A company front-end with icons
563 stars 64 forks source link

[Q] How to set the default value for all other backends in `company-box-backends-colors`? #166

Open NightMachinery opened 3 years ago

NightMachinery commented 3 years ago

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.