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

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

[nongnu] elpa/ujelly-theme 15ba66a 006/137: compilation-mode faces


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme 15ba66a 006/137: compilation-mode faces
Date: Thu, 21 Oct 2021 18:11:59 -0400 (EDT)

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

    compilation-mode faces
---
 color-theme-ujelly.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/color-theme-ujelly.el b/color-theme-ujelly.el
index 7ec0810..23ee8f7 100644
--- a/color-theme-ujelly.el
+++ b/color-theme-ujelly.el
@@ -29,6 +29,9 @@
             (foreground-color . ,ujelly-fg)
             (border-color . ,ujelly-fg)
             (cursor-color . ,ujelly-grey-1))
+          `(compilation-error ((t (:foreground ,ujelly-red-0))))
+          `(compilation-info ((t (:foreground ,ujelly-yellow-0))))
+          `(compilation-line-number ((t (:foreground ,ujelly-grey-0))))
           `(erc-notice-face ((t (:foreground ,ujelly-yellow-0))))
           `(erc-prompt-face ((t (:foreground ,ujelly-fg))))
           `(erc-timestamp-face ((t (:foreground ,ujelly-purple-0))))



reply via email to

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