projects
/
fae-fire-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
17fcadd
)
First pass ‘company-mode’ faces
master
author
Joe Wreschnig
<joe.wreschnig@gmail.com>
Tue, 5 Jun 2018 22:17:03 +0000
(
00:17
+0200)
committer
Joe Wreschnig
<joe.wreschnig@gmail.com>
Tue, 5 Jun 2018 22:17:03 +0000
(
00:17
+0200)
fae-fire-theme.el
patch
|
blob
|
history
diff --git
a/fae-fire-theme.el
b/fae-fire-theme.el
index 7ad0649376f8a703fab92b1fba40b11d520f60b2..004b521ef85ad6e76c332932a367897ef7f7a37c 100644
(file)
--- 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