branch: elpa/ujelly-theme
commit 1f1043199d979c4aacd72795addb761873b33cdf
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
add customization for elixir-attribute-face
---
ujelly-theme.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index 0892529..d659cbd 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.26
+;; Version: 1.1.27
;; Inspired by jellybeans:
http://www.vim.org/scripts/script.php?script_id=2555.
(deftheme ujelly "The ujelly color theme")
@@ -72,6 +72,7 @@
`(ediff-odd-diff-B ((,class (:foreground ,ujelly-green-0 :background
,ujelly-grey-2))))
`(emmet-preview-output ((,class (:background ,ujelly-purple-1))))
`(elixir-atom-face ((,class (:foreground ,ujelly-blue-0))))
+ `(elixir-attribute-face ((,class (:foreground ,ujelly-red-0))))
`(erc-notice-face ((,class (:foreground ,ujelly-yellow-0))))
`(erc-prompt-face ((,class (:foreground ,ujelly-fg))))
`(erc-timestamp-face ((,class (:foreground ,ujelly-purple-0))))