aboutsummaryrefslogtreecommitdiff
path: root/soria-theme.el
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2020-04-28 16:41:15 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2020-04-28 16:41:15 +0200
commitae06bb3209e9f33d9867e8e3e9542dad4910d312 (patch)
treeff61139af1d86351f904340b9ac9d0c4fce731f9 /soria-theme.el
parenta3cefbde1d4f33b7990cc5820efdc668dbc1de5a (diff)
downloadsoria-ae06bb3209e9f33d9867e8e3e9542dad4910d312.tar.gz
soria-ae06bb3209e9f33d9867e8e3e9542dad4910d312.zip
Set company-tooltip-annotation
This face was missing from the general company support. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'soria-theme.el')
-rw-r--r--soria-theme.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/soria-theme.el b/soria-theme.el
index 2b3de4f..de41164 100644
--- a/soria-theme.el
+++ b/soria-theme.el
@@ -430,6 +430,9 @@ The theme has to be reloaded after changing anything in this group."
`(company-tooltip-common
((,class (:foreground ,soria-green))))
+ `(company-tooltip-annotation
+ ((,class (:inherit font-lock-type-face))))
+
`(company-scrollbar-fg
((,class (:background ,soria-white))))