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

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

[nongnu] elpa/gotham-theme b93513f4d1 034/214: Add company


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme b93513f4d1 034/214: Add company
Date: Fri, 7 Jan 2022 17:58:38 -0500 (EST)

branch: elpa/gotham-theme
commit b93513f4d1eacea412c43e19cddff35a07d7a3e0
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    Add company
---
 gotham-theme.el | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gotham-theme.el b/gotham-theme.el
index 4cfc35b5ea..44696d9c87 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -270,6 +270,19 @@ depending on DISPLAY for keys which are either :foreground 
or
    (ac-candidate-mouse-face :foreground base7 :background base4)
    (ac-selection-face :foreground base7 :background base4)
 
+   ;; company
+   (company-echo-common :foreground red)
+   (company-preview :inherit company-tooltip-selection)
+   (company-preview-common :inherit company-preview :foreground orange)
+   (company-scrollbar-bg :background base2)
+   (company-scrollbar-fg :background base4)
+   (company-tooltip :foreground base6 :background base2)
+   (company-tooltip-annotation :inherit company-tooltip :foreground red)
+   (company-tooltip-common :background base2 :weight bold)
+   (company-tooltip-common-selection :foreground base7 :background base4 
:weight bold)
+   (company-tooltip-mouse :foreground base7 :background base4)
+   (company-tooltip-selection :foreground base7 :background base4)
+
    ;; enh-ruby-mode
    (enh-ruby-heredoc-delimiter-face :foreground green :weight bold)
    (enh-ruby-op-face :foreground magenta)



reply via email to

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