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

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

[nongnu] elpa/cyberpunk-theme 08b6572 049/132: Merge pull request #10 fr


From: ELPA Syncer
Subject: [nongnu] elpa/cyberpunk-theme 08b6572 049/132: Merge pull request #10 from martintrojer/master
Date: Thu, 21 Oct 2021 18:03:47 -0400 (EDT)

branch: elpa/cyberpunk-theme
commit 08b6572e1d37904468f4a36f756a77cd84c463a8
Merge: 4c0bb7f 0070f53
Author: Nicholas M. Van Horn <nemo1211@gmail.com>
Commit: Nicholas M. Van Horn <nemo1211@gmail.com>

    Merge pull request #10 from martintrojer/master
    
    Thanks for the contribution! I'm merging your request---I hope you continue 
to enjoy the theme!
---
 cyberpunk-theme.el | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/cyberpunk-theme.el b/cyberpunk-theme.el
index 97a09bf..c3d1c4b 100644
--- a/cyberpunk-theme.el
+++ b/cyberpunk-theme.el
@@ -248,6 +248,13 @@
 
    `(window-number-face ((,class (:background ,cyberpunk-gray-6 :foreground 
,cyberpunk-blue-5))))
 
+   ;; company-mode
+   `(company-tooltip ((,class (:foreground ,cyberpunk-pink-1 :background 
,cyberpunk-gray-2))))
+   `(company-tooltip-selection ((,class (:foreground ,cyberpunk-black 
:background ,cyberpunk-pink-1))))
+   `(company-tooltip-annotation ((,class (:foreground ,cyberpunk-black-3))))
+   `(company-scrollbar-fg ((,class (:background ,cyberpunk-black-3))))
+   `(company-scrollbar-bg ((,class (:background ,cyberpunk-gray-5))))
+
    ;; diff
    `(diff-added ((,class (:foreground ,cyberpunk-green))))
    `(diff-changed ((,class (:foreground ,cyberpunk-yellow))))



reply via email to

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