diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-10-25 17:35:45 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-10-25 17:35:45 +0200 |
| commit | a111e7169405778d95f7a1e61a7d197ca1217edf (patch) | |
| tree | b8c695023a676b230ad68a259f4fe883ddc38d7c | |
| parent | 8321f8a59e711532f9469dfbc95663b396d2ad28 (diff) | |
| download | soria-a111e7169405778d95f7a1e61a7d197ca1217edf.tar.gz soria-a111e7169405778d95f7a1e61a7d197ca1217edf.zip | |
Fixed background color for company mode
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rw-r--r-- | CHANGELOG.org | 1 | ||||
| -rw-r--r-- | soria-theme.el | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org index 15cbbfd..2225ceb 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -6,6 +6,7 @@ - Added support for =shr=. See [[https://github.com/mssola/soria/commit/cc225f51ea724d8767f97249d8c6b3fc5182d331][cc225f51ea72]]. - Added support for =diredfl=. See [[https://github.com/mssola/soria/commit/b9a35f891b24380ce57d1468463ffe71e2738204][b9a35f891b24]]. +- Fixed background color for =company-mode=. ** 0.4.1 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)))) |
