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

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

[nongnu] elpa/ample-theme 46c356b 086/137: company updates


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme 46c356b 086/137: company updates
Date: Thu, 21 Oct 2021 18:00:23 -0400 (EDT)

branch: elpa/ample-theme
commit 46c356bd88e44366228bdd3618f2a2e7c8c2ce60
Author: jordonbiondo <biondoj@mail.gvsu.edu>
Commit: jordonbiondo <biondoj@mail.gvsu.edu>

    company updates
---
 ample-light-theme.el | 5 ++++-
 ample-theme.el       | 2 ++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ample-light-theme.el b/ample-light-theme.el
index d61cfad..9c0abc0 100644
--- a/ample-light-theme.el
+++ b/ample-light-theme.el
@@ -339,11 +339,14 @@
    `(company-preview-common             ((t (:inherit 
font-lock-comment-face))))
    ;;`(company-preview-search           ((t (:foreground "wheat" :background 
"blue1"))))
    ;;`(company-template-field           ((t (:foreground "black" :background 
"orange"))))
+   `(company-scrollbar-bg               ((t (:foreground nil :background 
,ample/fg))))
+   `(company-scrollbar-fg               ((t (:foreground nil :background 
,ample/dark-gray))))
    `(company-tooltip                    ((t (:foreground ,ample/bg :background 
,ample/region-dark))))
    `(company-tooltip-common             ((t (:foreground ,ample/light-blue 
:background ,ample/region-dark))))
    `(company-tooltip-common-selection   ((t (:foreground ,ample/bg :background 
,ample/region))))
    `(company-tooltip-mouse              ((t (:foreground nil :background 
,ample/light-red-bg))))
-   `(company-tooltip-selection          ((t (:foreground ,ample/fg :background 
,ample/region))))
+   `(company-tooltip-selection          ((t (:foreground ,ample/fg :background 
,ample/region-dark))))
+   `(company-tooltip-annotation         ((t (:foreground ,ample/red 
:background ,ample/region-dark))))
 
 
    ;; w3m
diff --git a/ample-theme.el b/ample-theme.el
index 421fa46..0123b3e 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -337,6 +337,8 @@
    `(company-preview-common            ((t (:inherit font-lock-comment-face))))
    ;;`(company-preview-search          ((t (:foreground "wheat" :background 
"blue1"))))
    ;;`(company-template-field          ((t (:foreground "black" :background 
"orange"))))
+   `(company-scrollbar-bg               ((t (:foreground nil :background 
,ample/darkest-gray))))
+   `(company-scrollbar-fg               ((t (:foreground nil :background 
,ample/dark-gray))))
    `(company-tooltip                   ((t (:foreground ,ample/bg :background 
,ample/fg))))
    `(company-tooltip-common            ((t (:foreground ,ample/blue 
:background ,ample/fg))))
    `(company-tooltip-common-selection  ((t (:foreground ,ample/bg :background 
,ample/blue))))



reply via email to

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