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

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

[nongnu] elpa/spacemacs-theme de1bb912d7 158/336: Little code organizati


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme de1bb912d7 158/336: Little code organization
Date: Fri, 14 Jan 2022 10:59:28 -0500 (EST)

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

    Little code organization
---
 spacemacs-common.el | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index c53a17e8b9..ce156336b9 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -169,7 +169,6 @@
      `(match ((,class (:background ,highlight :foreground ,mat))))
      `(minibuffer-prompt ((,class (:inherit bold :foreground ,keyword))))
      `(page-break-lines ((,class (:foreground ,act2))))
-     `(popup-tip-face ((,class (:background ,ttip-sl :foreground ,base :bold 
nil :italic nil :underline nil))))
      `(region ((,class (:background ,highlight))))
      `(secondary-selection ((,class (:background ,bg3))))
      `(success ((,class (:foreground ,suc))))
@@ -184,6 +183,9 @@
 ;;;;; anzu-mode
      `(anzu-mode-line ((,class (:foreground ,yellow :inherit bold))))
 
+;;;;; auto-complete
+     `(ac-completion-face ((,class (:background ,ttip-bg :foreground ,ttip))))
+
 ;;;;; cider
      `(cider-enlightened ((,class (:background nil :box (:color ,yellow 
:line-width -1 :style nil) :foreground ,yellow))))
      `(cider-enlightened-local ((,class (:foreground ,yellow))))
@@ -210,18 +212,6 @@
      `(company-tooltip-search ((,class (:inherit match))))
      `(company-tooltip-selection ((,class (:background ,ttip-sl :foreground 
,base))))
 
-;;;;; auto-complete
-     `(ac-completion-face ((,class (:background ,ttip-bg :foreground ,ttip))))
-
-;;;;; popup
-     `(popup-face ((,class (:background ,ttip-bg :foreground ,ttip))))
-     `(popup-menu-face ((,class (:background ,ttip-bg :foreground ,base))))
-     `(popup-menu-selection-face ((,class (:background ,ttip-sl :foreground 
,base))))
-     `(popup-menu-mouse-face ((,class (:inherit highlight))))
-     `(popup-isearch-match ((,class (:inherit match))))
-     `(popup-scroll-bar-foreground-face ((,class (:background ,act2))))
-     `(popup-scroll-bar-background-face ((,class (:background ,bg2))))
-
 ;;;;; diff
      `(diff-added             ((,class :background nil :foreground ,green)))
      `(diff-changed           ((,class :background nil :foreground ,keyword)))
@@ -542,6 +532,16 @@
 ;;;;; perspective
      `(persp-selected-face ((,class (:inherit bold :foreground ,func))))
 
+;;;;; popup
+     `(popup-face ((,class (:background ,ttip-bg :foreground ,ttip))))
+     `(popup-tip-face ((,class (:background ,ttip-sl :foreground ,base :bold 
nil :italic nil :underline nil))))
+     `(popup-menu-face ((,class (:background ,ttip-bg :foreground ,base))))
+     `(popup-enu-selection-face ((,class (:background ,ttip-sl :foreground 
,base))))
+     `(popup-menu-mouse-face ((,class (:inherit highlight))))
+     `(popup-isearch-match ((,class (:inherit match))))
+     `(popup-scroll-bar-foreground-face ((,class (:background ,act2))))
+     `(popup-scroll-bar-background-face ((,class (:background ,bg2))))
+
 ;;;;; powerline
      `(powerline-active1 ((,class (:background ,act2 :foreground ,base))))
      `(powerline-active2 ((,class (:background ,act2 :foreground ,base))))



reply via email to

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