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

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

[nongnu] elpa/spacemacs-theme afbb2c89ab 141/336: Fix issue with company


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme afbb2c89ab 141/336: Fix issue with company tooltip
Date: Fri, 14 Jan 2022 10:59:26 -0500 (EST)

branch: elpa/spacemacs-theme
commit afbb2c89ab574e9851da2fff7aa7d992f59f5780
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    Fix issue with company tooltip
    
    The annotation block didn't have the same highlight color. Reduced the
    intensity of the selected item
---
 spacemacs-common.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 23a9c28a00..dc5efd37cb 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -105,7 +105,7 @@
         (str           (if (eq variant 'dark) (if (display-graphic-p) 
"#2d9574" "#2aa198") (if (display-graphic-p) "#2d9574" "#2aa198")))
         (suc           (if (eq variant 'dark) (if (display-graphic-p) 
"#86dc2f" "#86dc2f") (if (display-graphic-p) "#42ae2c" "#00af00")))
         (ttip          (if (eq variant 'dark) (if (display-graphic-p) 
"#9a9aba" "#888888") (if (display-graphic-p) "#8c799f" "#5f5f87")))
-        (ttip-sl       (if (eq variant 'dark) (if (display-graphic-p) 
"#6b5d85" "#333333") (if (display-graphic-p) "#c8c6dd" "#afafff")))
+        (ttip-sl       (if (eq variant 'dark) (if (display-graphic-p) 
"#5e5079" "#333333") (if (display-graphic-p) "#c8c6dd" "#afafff")))
         (ttip-bg       (if (eq variant 'dark) (if (display-graphic-p) 
"#34323e" "#444444") (if (display-graphic-p) "#e2e0ea" "#dfdfff")))
         (type          (if (eq variant 'dark) (if (display-graphic-p) 
"#ce537a" "#df005f") (if (display-graphic-p) "#ba2f59" "#af005f")))
         (var           (if (eq variant 'dark) (if (display-graphic-p) 
"#7590db" "#8787d7") (if (display-graphic-p) "#715ab1" "#af5fd7")))
@@ -189,7 +189,7 @@
      `(company-scrollbar-fg ((,class (:background ,act2))))
      `(company-template-field ((,class (:inherit region))))
      `(company-tooltip ((,class (:background ,ttip-bg :foreground ,ttip))))
-     `(company-tooltip-annotation ((,class (:background ,ttip-bg :foreground 
,keyword))))
+     `(company-tooltip-annotation ((,class (:foreground ,keyword))))
      `(company-tooltip-common ((,class (:background ,ttip-bg :foreground 
,base))))
      `(company-tooltip-common-selection ((,class (:foreground ,base))))
      `(company-tooltip-mouse ((,class (:inherit highlight))))



reply via email to

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