branch: elpa/ujelly-theme
commit c0cd4030ecc0177de0b4f778c3f385f12c07ae58
Author: Agustin Romero <[email protected]>
Commit: GitHub <[email protected]>
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))))