emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/ujelly-theme 6d375c1 035/137: compilation-mode customizati


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme 6d375c1 035/137: compilation-mode customizations
Date: Thu, 21 Oct 2021 18:12:06 -0400 (EDT)

branch: elpa/ujelly-theme
commit 6d375c1494269c305b21d814b30fe4707c0b0fc1
Author: Mark Tran <mark.tran@gmail.com>
Commit: Mark Tran <mark.tran@gmail.com>

    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 <mark.tran@gmail.com>
 ;; 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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]