branch: elpa/ujelly-theme
commit d08fe8e01db6df151b38c3001fba239a9a22369a
Merge: 3f9938f c0cd403
Author: Mark Tran <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #21 from au/company-tweak
    
    Tweak company colors
---
 ujelly-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index b4d689e..8f96914 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -46,8 +46,8 @@
        `(company-scrollbar-bg ((,class (:background ,ujelly-grey-2))))
        `(company-scrollbar-fg ((,class (:background ,ujelly-grey-0))))
        `(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-common ((,class (:foreground ,ujelly-grey-1 
:background ,ujelly-grey-2))))
+       `(company-tooltip-common-selection ((,class (:foreground ,ujelly-grey-1 
: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