diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2020-04-28 16:41:15 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2020-04-28 16:41:15 +0200 |
| commit | ae06bb3209e9f33d9867e8e3e9542dad4910d312 (patch) | |
| tree | ff61139af1d86351f904340b9ac9d0c4fce731f9 /soria-theme.el | |
| parent | a3cefbde1d4f33b7990cc5820efdc668dbc1de5a (diff) | |
| download | soria-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.el | 3 |
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)))) |
