diff options
| -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)))) |
