branch: elpa/ujelly-theme
commit 12eb073ef0a9f32d8234805ee5e6c8e5762a201d
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
add avy-mode customizations
---
ujelly-theme.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index 9126d88..1a77738 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.1.18
+;; Version: 1.1.19
;; Inspired by jellybeans:
http://www.vim.org/scripts/script.php?script_id=2555.
(deftheme ujelly "The ujelly color theme")
@@ -38,6 +38,8 @@
`(default ((,class (:foreground ,ujelly-fg :background ,ujelly-bg))))
`(alchemist-test--failed-face ((,class (:foreground ,ujelly-red-0))))
`(alchemist-test--success-face ((,class (:foreground ,ujelly-green-0))))
+ `(avy-lead-face ((,class (:foreground ,ujelly-fg :background
,ujelly-red-0))))
+ `(avy-lead-face-0 ((,class (:foreground ,ujelly-fg :background
,ujelly-green-0))))
`(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))))