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

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

[nongnu] elpa/spacemacs-theme d5350c3707 011/336: company and flycheck t


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme d5350c3707 011/336: company and flycheck tweaks
Date: Fri, 14 Jan 2022 10:58:53 -0500 (EST)

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

    company and flycheck tweaks
---
 spacemacs-dark-theme.el | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/spacemacs-dark-theme.el b/spacemacs-dark-theme.el
index 6b0fedce9d..edd8e25cdc 100644
--- a/spacemacs-dark-theme.el
+++ b/spacemacs-dark-theme.el
@@ -127,6 +127,7 @@
        (:underline (:style line :color ,inf)))
       (,class (:foreground ,base :background ,inf :weight bold :underline t))))
 
+   `(flycheck-error-list-checker-name ((,class (:foreground ,keyword))))
    `(flycheck-fringe-error ((,class (:foreground ,err :weight bold))))
    `(flycheck-fringe-warning ((,class (:foreground ,war :weight bold))))
    `(flycheck-fringe-info ((,class (:foreground ,inf :weight bold))))
@@ -183,13 +184,13 @@
 
 ;;;;; company
    `(company-echo-common ((,class (:background ,base :foreground ,bg1))))
-   ;; `(company-preview ((,class (:background ,bg1 :foreground ,key1))))
-   ;; `(company-preview-common ((,class (:background ,base :foreground ,bg3))))
-   ;; `(company-preview-search ((,class (:background ,war :foreground 
,green))))
+   `(company-preview ((,class (:background ,bg1 :foreground ,key1))))
+   `(company-preview-common ((,class (:background ,bg2 :foreground ,keyword))))
+   `(company-preview-search ((,class (:background ,bg2 :foreground ,green))))
    `(company-scrollbar-bg ((,class (:background ,bg3))))
    `(company-scrollbar-fg ((,class (:background ,type))))
    `(company-tooltip ((,class (:foreground ,base :background ,bg2 :bold t))))
-   `(company-tooltop-annotation ((,class (:foreground ,const ))))
+   `(company-tooltip-annotation ((,class (:background ,bg2 :foreground ,inf))))
    `(company-tooltip-common ((,class ( :foreground ,base))))
    `(company-tooltip-common-selection ((,class (:foreground ,keyword))))
    `(company-tooltip-mouse ((,class (:inherit highlight))))



reply via email to

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