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

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

[nongnu] elpa/spacemacs-theme 0b68c7e1c1 229/336: Fix issue (#96) tweak


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 0b68c7e1c1 229/336: Fix issue (#96) tweak company mode common highlight
Date: Fri, 14 Jan 2022 10:59:40 -0500 (EST)

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

    Fix issue (#96) tweak company mode common highlight
    
    Thanks @stardiviner
---
 spacemacs-common.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index a309936b11..db3975fd8c 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -252,8 +252,8 @@ to 'auto, tags may not be properly aligned. "
      `(company-scrollbar-fg ((,class (:background ,act2))))
      `(company-template-field ((,class (:inherit region))))
      `(company-tooltip ((,class (:background ,ttip-bg :foreground ,ttip))))
-     `(company-tooltip-annotation ((,class (:foreground ,keyword))))
-     `(company-tooltip-common ((,class (:background ,ttip-bg :foreground 
,base))))
+     `(company-tooltip-annotation ((,class (:foreground ,type))))
+     `(company-tooltip-common ((,class (:background ,ttip-bg :foreground 
,keyword))))
      `(company-tooltip-common-selection ((,class (:foreground ,base))))
      `(company-tooltip-mouse ((,class (:inherit highlight))))
      `(company-tooltip-search ((,class (:inherit match))))



reply via email to

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