emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/spacemacs-theme 84072ba121 312/336: Make company tooltip c


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 84072ba121 312/336: Make company tooltip common faces consistent
Date: Fri, 14 Jan 2022 10:59:47 -0500 (EST)

branch: elpa/spacemacs-theme
commit 84072ba12130dfa90aa773f1770ae2e48c634578
Author: Ian Y.E. Pan <ianpan870102@gmail.com>
Commit: GitHub <noreply@github.com>

    Make company tooltip common faces consistent
    
    I'm not sure if this is an intentional decision or potentially a bug. But 
normally (as found in most other modern editors), users would expect the 
tooltip common faces to be highlighted whether being selected or not. I find 
the behaviour to disable the common highlight when the candidate is selected to 
be inconsistent, and at times, confusing and less expressive.
---
 spacemacs-common.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 5f61b85bcc..7b9dae5e9a 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -280,7 +280,7 @@ to 'auto, tags may not be properly aligned. "
      `(company-tooltip ((,class (:background ,ttip-bg :foreground ,ttip))))
      `(company-tooltip-annotation ((,class (:foreground ,type))))
      `(company-tooltip-common ((,class (:background ,ttip-bg :foreground 
,keyword))))
-     `(company-tooltip-common-selection ((,class (:foreground ,base))))
+     `(company-tooltip-common-selection ((,class (:foreground ,keyword))))
      `(company-tooltip-mouse ((,class (:inherit highlight))))
      `(company-tooltip-search ((,class (:inherit match))))
      `(company-tooltip-selection ((,class (:background ,ttip-sl :foreground 
,base))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]