branch: elpa/ujelly-theme
commit 83ef21808491065fa2649dbe451391f4fdfc69a0
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
add customization for enh-ruby-regexp-delimiter-face
---
ujelly-theme.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index 3ea961a..f9a96b4 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.2.4
+;; Version: 1.2.5
;; Inspired by jellybeans:
http://www.vim.org/scripts/script.php?script_id=2555.
(deftheme ujelly "The ujelly color theme")
@@ -76,6 +76,7 @@
`(elixir-atom-face ((,class (:foreground ,ujelly-blue-0))))
`(elixir-attribute-face ((,class (:foreground ,ujelly-red-0))))
`(enh-ruby-op-face ((,class (:foreground ,ujelly-purple-0))))
+ `(enh-ruby-regexp-delimiter-face ((,class (:foreground
,ujelly-purple-3))))
`(erc-notice-face ((,class (:foreground ,ujelly-yellow-0))))
`(erc-prompt-face ((,class (:foreground ,ujelly-fg))))
`(erc-timestamp-face ((,class (:foreground ,ujelly-purple-0))))