branch: externals/standard-themes
commit 84b84893184c34a5fd912620c43e615a024c3249
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Use a more prominent background for the company and corfu popups
    
    Thanks to Vincenzo for making this suggestion in issue 8:
    <https://github.com/protesilaos/standard-themes/issues/8>.
---
 standard-themes.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/standard-themes.el b/standard-themes.el
index 4d476cbf8e..3426a32929 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -170,6 +170,8 @@ if you prefer to blend Standard and Modus into a single 
group, enable
 
 (defconst standard-themes-custom-faces
   '(
+    `(company-tooltip ((,c :background ,bg-alt)))
+    `(corfu-default ((,c :background ,bg-alt)))
     `(magit-section-highlight ((,c :background ,bg-alt)))
     `(magit-diff-file-heading-highlight ((,c :inherit magit-diff-file-heading 
:background ,bg-alt)))
     `(mode-line

Reply via email to