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

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

[nongnu] elpa/inkpot-theme e175dbd7d0 036/104: Add company-mode colors


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme e175dbd7d0 036/104: Add company-mode colors
Date: Thu, 7 Jul 2022 12:01:07 -0400 (EDT)

branch: elpa/inkpot-theme
commit e175dbd7d0484ae905525ff157cda4e190977ba6
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Add company-mode colors
---
 inkpot-theme.el | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/inkpot-theme.el b/inkpot-theme.el
index 4d62413824..da450014b0 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -169,6 +169,16 @@
  ;; highlight matching chars (same as isearch)
  '(ivy-minibuffer-match-face-2 ((t (:background "#ad7b57" :foreground 
"#303030"))))
 
+ ;; company (melpa)
+ '(company-tooltip ((t (:background "#4e4e8f" :foreground "#ffffff"))))
+ '(company-tooltip-selection ((t (:background "#2e2e3f" :weight bold))))
+ '(company-tooltip-annotation ((t (:foreground "#cfbfad"))))
+ '(company-tooltip-common ((t (:foreground "#303030" :background "#ad7b57"))))
+
+ '(company-scrollbar-bg ((t (:background "#6e6eaf"))))
+ ;; not based on original theme, could change
+ '(company-scrollbar-fg ((t (:background "#000000"))))
+
  ;; helm (melpa)
  '(helm-selection ((t (:background "#2e2e37"))))
 



reply via email to

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