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

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

[nongnu] elpa/cyberpunk-theme 209e97b 055/132: Made colors in company-mo


From: ELPA Syncer
Subject: [nongnu] elpa/cyberpunk-theme 209e97b 055/132: Made colors in company-mode completions readable
Date: Thu, 21 Oct 2021 18:03:48 -0400 (EDT)

branch: elpa/cyberpunk-theme
commit 209e97bb9d5cfacc26aa960ce44fdff962fa9d5e
Author: n3mo <nemo1211@gmail.com>
Commit: n3mo <nemo1211@gmail.com>

    Made colors in company-mode completions readable
---
 cyberpunk-theme.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/cyberpunk-theme.el b/cyberpunk-theme.el
index ecf7d8a..0f6604b 100644
--- a/cyberpunk-theme.el
+++ b/cyberpunk-theme.el
@@ -4,7 +4,7 @@
 
 ;; Author: Nicholas M. Van Horn <vanhorn.nm@gmail.com>
 ;; Keywords: color theme cyberpunk
-;; Version: 1.9
+;; Version: 1.10
 
 ;; This file is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -249,7 +249,9 @@
    `(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 ((,class (:background ,cyberpunk-gray-2 :foreground 
,cyberpunk-yellow))))
+   `(company-tooltip-common ((,class (:inherit company-tooltip :foreground 
,cyberpunk-blue))))
+   `(company-tooltip-common-selection ((,class (:inherit 
company-tooltip-selection :foreground ,cyberpunk-blue))))
    `(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))))



reply via email to

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