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

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

[nongnu] elpa/inkpot-theme 5d2f092100 080/104: Add colors for compilatio


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme 5d2f092100 080/104: Add colors for compilation mode
Date: Thu, 7 Jul 2022 12:01:27 -0400 (EDT)

branch: elpa/inkpot-theme
commit 5d2f0921008da922be43b22dd09ba745b41c6f59
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Add colors for compilation mode
---
 changelog.rst   | 3 +++
 inkpot-theme.el | 6 ++++++
 2 files changed, 9 insertions(+)

diff --git a/changelog.rst b/changelog.rst
index 538a03a1c6..8197e64999 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -3,6 +3,9 @@
 Change Log
 ##########
 
+- 2020-11-12
+
+  - Add ``compilation-mode`` colors.
 
 - 2020-11-03
 
diff --git a/inkpot-theme.el b/inkpot-theme.el
index ac4dedecc5..e174282c40 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -190,6 +190,12 @@
    ;; which-func (shows in the mode-line).
    `(which-func ((t (:bold t :foreground ,ip-grey+73))))
 
+   ;; compilation-mode
+   ;;
+   ;; Not matching vim, since there doesn't seem to be exact equivalents.
+   `(compilation-warning ((t (:foreground ,ip-orange-bright))))
+   `(compilation-error ((t (:foreground ,ip-red-mid))))
+
    ;; diff-mode
    ;;
    ;; Not from the inkpot palette, dark colors so we can see the refined 
colors properly.



reply via email to

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