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

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

[nongnu] elpa/spacemacs-theme 01778e812c 081/336: Partial fix to #11


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 01778e812c 081/336: Partial fix to #11
Date: Fri, 14 Jan 2022 10:59:15 -0500 (EST)

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

    Partial fix to #11
    
    There still an issue with some popups that uses pos-tip
---
 spacemacs-common.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index b62da8778a..ceb2532854 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -124,10 +124,12 @@
      `(match ((,class (:background ,bg1 :foreground ,inf :weight bold))))
      `(minibuffer-prompt ((,class (:bold t :foreground ,keyword))))
      `(page-break-lines ((,class (:foreground ,active2))))
+     `(popup-tip-face ((,class (:background ,active2 :foreground ,base :bold 
nil :italic nil :underline nil))))
      `(region ((,class (:background ,highlight))))
      `(secondary-selection ((,class (:background ,bg3))))
      `(show-paren-match-face ((,class (:background ,suc))))
      `(success ((,class (:foreground ,suc))))
+     `(tooltip ((,class (:background ,active2 :foreground ,base :bold nil 
:italic nil :underline nil))))
      `(vertical-border ((,class (:foreground ,bg4))))
      `(warning ((,class (:foreground ,war ))))
 



reply via email to

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