From cf60e30f1344d15afec68a39318cfb4aa95a5e1d Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Wed, 6 Jun 2018 00:17:03 +0200 Subject: [PATCH] =?utf8?q?First=20pass=20=E2=80=98company-mode=E2=80=99=20?= =?utf8?q?faces?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- fae-fire-theme.el | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.20.1