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

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

[nongnu] elpa/ujelly-theme cff6734 068/137: refine company-mode customiz


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme cff6734 068/137: refine company-mode customizations
Date: Thu, 21 Oct 2021 18:12:12 -0400 (EDT)

branch: elpa/ujelly-theme
commit cff67349eec7a0331a1c848da918a5fd8c8cf03c
Author: Mark Tran <mark.tran@gmail.com>
Commit: Mark Tran <mark.tran@gmail.com>

    refine company-mode customizations
---
 ujelly-theme.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index 685ba28..d52de06 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -2,7 +2,7 @@
 
 ;; Author: Mark Tran <mark.tran@gmail.com>
 ;; URL: http://github.com/marktran/color-theme-ujelly
-;; Version: 1.0.45
+;; Version: 1.0.46
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -38,9 +38,9 @@
        `(company-preview-common ((,class (:foreground nil :background 
,ujelly-purple-1))))
        `(company-scrollbar-bg ((,class (:background ,ujelly-grey-2))))
        `(company-scrollbar-fg ((,class (:background ,ujelly-grey-0))))
-       `(company-tooltip ((,class (:background ,ujelly-grey-2))))
-       `(company-tooltip-common ((,class (:background ,ujelly-grey-2))))
-       `(company-tooltip-common-selection ((,class (:background 
,ujelly-purple-1))))
+       `(company-tooltip ((,class (:foreground ,ujelly-fg :background 
,ujelly-grey-2))))
+       `(company-tooltip-common ((,class (:foreground ,ujelly-red-0 
:background ,ujelly-grey-2))))
+       `(company-tooltip-common-selection ((,class (:foreground ,ujelly-red-0 
:background ,ujelly-purple-1))))
        `(company-tooltip-selection ((,class (:background ,ujelly-purple-1))))
        `(compilation-error ((,class (:foreground ,ujelly-red-0))))
        `(compilation-info ((,class (:foreground ,ujelly-yellow-0))))



reply via email to

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