aboutsummaryrefslogtreecommitdiff
path: root/soria-theme.el
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2021-10-25 17:35:45 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2021-10-25 17:35:45 +0200
commita111e7169405778d95f7a1e61a7d197ca1217edf (patch)
treeb8c695023a676b230ad68a259f4fe883ddc38d7c /soria-theme.el
parent8321f8a59e711532f9469dfbc95663b396d2ad28 (diff)
downloadsoria-a111e7169405778d95f7a1e61a7d197ca1217edf.tar.gz
soria-a111e7169405778d95f7a1e61a7d197ca1217edf.zip
Fixed background color for company mode
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'soria-theme.el')
-rw-r--r--soria-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/soria-theme.el b/soria-theme.el
index f885382..b480f04 100644
--- a/soria-theme.el
+++ b/soria-theme.el
@@ -471,7 +471,7 @@ The theme has to be reloaded after changing anything in this group."
((,class (:background ,soria-darkgray))))
`(company-tooltip-selection
- ((,class (:inherit helm-selection))))
+ ((,class (:background ,soria-linegray))))
`(company-tooltip-common
((,class (:foreground ,soria-green))))