branch: elpa/ujelly-theme
commit 15ba66aa7e4e8daf2050257d8350df80aae9304d
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>

    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