branch: elpa/ujelly-theme
commit 6d375c1494269c305b21d814b30fe4707c0b0fc1
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
compilation-mode customizations
---
ujelly-theme.el | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index b9d3986..9cded06 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.0.19
+;; Version: 1.0.20
;; Inspired by jellybeans:
http://www.vim.org/scripts/script.php?script_id=2555.
(deftheme ujelly "The ujelly color theme")
@@ -34,6 +34,9 @@
`(compilation-error ((,class (:foreground ,ujelly-red-0))))
`(compilation-info ((,class (:foreground ,ujelly-yellow-0))))
`(compilation-line-number ((,class (:foreground ,ujelly-grey-0))))
+ `(compilation-mode-line-exit ((,class (:foreground ,ujelly-green-0))))
+ `(compilation-mode-line-fail ((,class (:foreground ,ujelly-red-0))))
+ `(compilation-mode-line-run ((,class (:foreground ,ujelly-yellow-0))))
`(diredp-date-time ((,class (:foreground ,ujelly-fg))))
`(diredp-dir-heading ((,class (:foreground ,ujelly-yellow-0 :background
,ujelly-bg))))
`(diredp-dir-priv ((,class (:foreground ,ujelly-green-2 :background
,ujelly-bg))))