From: Joe Wreschnig Date: Tue, 5 Jun 2018 22:17:03 +0000 (+0200) Subject: First pass ‘company-mode’ faces X-Git-Url: https://git.korewanetadesu.com/?p=fae-fire-theme.git;a=commitdiff_plain;h=cf60e30f1344d15afec68a39318cfb4aa95a5e1d First pass ‘company-mode’ faces --- diff --git a/fae-fire-theme.el b/fae-fire-theme.el index 7ad0649..004b521 100644 --- a/fae-fire-theme.el +++ b/fae-fire-theme.el @@ -273,6 +273,13 @@ Kathleen Kayeme’s story “The Fairy Tree”. See URL ;; Ace Window faces `(aw-leading-char-face ((t (:foreground ,c106)))) + ;; Company faces + `(company-tooltip ((t (:background ,c029 :foreground ,c104)))) + `(company-tooltip-selection ((t (:background ,c041)))) + `(company-tooltip-common ((t (:foreground ,c062)))) + `(company-scrollbar-bg ((t (:background ,c029)))) + `(company-scrollbar-fg ((t (:background ,c060)))) + )) ;;;###autoload