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

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

[nongnu] elpa/ujelly-theme 3778626 067/137: add company-mode customizati


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

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

    add company-mode customizations
---
 ujelly-theme.el | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index a71eafe..685ba28 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.44
+;; Version: 1.0.45
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -35,6 +35,13 @@
       (custom-theme-set-faces
        'ujelly
        `(default ((,class (:foreground ,ujelly-fg :background ,ujelly-bg))))
+       `(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-selection ((,class (:background ,ujelly-purple-1))))
        `(compilation-error ((,class (:foreground ,ujelly-red-0))))
        `(compilation-info ((,class (:foreground ,ujelly-yellow-0))))
        `(compilation-line-number ((,class (:foreground ,ujelly-grey-0))))



reply via email to

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