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

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

[nongnu] elpa/gotham-theme 5ada9ab5f8 030/214: Add compilation (and grep


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 5ada9ab5f8 030/214: Add compilation (and grep)
Date: Fri, 7 Jan 2022 17:58:38 -0500 (EST)

branch: elpa/gotham-theme
commit 5ada9ab5f8bfa4110aa2c6a80a91f473794659ca
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    Add compilation (and grep)
---
 gotham-theme.el | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gotham-theme.el b/gotham-theme.el
index 56c24ac958..67c949c0da 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -148,8 +148,9 @@ depending on DISPLAY for keys which are either :foreground 
or
    (font-lock-type-face :foreground orange)
    (font-lock-variable-name-face :foreground base5)
    (font-lock-warning-face :foreground red)
+   (error :foreground red)
    (success :foreground green)
-   (warning :foreground red)
+   (warning :foreground orange)
 
    ;; search and highlighting
    (match :background base5)
@@ -172,6 +173,10 @@ depending on DISPLAY for keys which are either :foreground 
or
    (custom-group-tag :inherit fixed-pitch :foreground magenta)
    (custom-state :foreground cyan)
 
+   ;; compilation
+   (compilation-mode-line-fail :foreground unspecified :inherit 
compilation-error)
+   (compilation-mode-line-exit :foreground unspecified :inherit 
compilation-info)
+
    ;; eshell
    (eshell-prompt :foreground yellow :weight bold)
    (eshell-ls-archive :foreground magenta)



reply via email to

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