First pass ‘company-mode’ faces master
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Tue, 5 Jun 2018 22:17:03 +0000 (00:17 +0200)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Tue, 5 Jun 2018 22:17:03 +0000 (00:17 +0200)
fae-fire-theme.el

index 7ad0649..004b521 100644 (file)
@@ -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