branch: elpa/ujelly-theme
commit 3778626a14c25dcd3adbf1e87d10e3491a1d9b83
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>

    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 <[email protected]>
 ;; 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