diff options
| author | 2025-02-07 12:13:11 -0800 | |
|---|---|---|
| committer | 2025-06-27 21:02:49 -0700 | |
| commit | 2f5877263512e3d41213f4b517cec338fc16aa5d (patch) | |
| tree | 510f66c1b01ce668b536f7545c8cc7d77f43fa6d | |
| parent | 2f6f22de1077932fa84a615c81c4184a82359fde (diff) | |
| download | yoshi-theme-2f5877263512e3d41213f4b517cec338fc16aa5d.tar.gz yoshi-theme-2f5877263512e3d41213f4b517cec338fc16aa5d.zip | |
Add face for ‘compilation-mode-line-fail’
| -rw-r--r-- | CHANGELOG.org | 4 | ||||
| -rw-r--r-- | yoshi-theme.el | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org index 96b38f6..b128e76 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -13,6 +13,10 @@ All notable changes to this project will be documented in this file. This projec ** ADDED Custom mode-line module yoshi-mode-line +** ADDED A compilation-mode face + +Add the ~compilation-mode-line-fail~ face. + * [[https://github.com/ryuslash/yoshi-theme/compare/v6.2.0...v7.0.0][7.0.0]] -- 2023-08-01 :PROPERTIES: :CUSTOM_ID: release-7.0.0 diff --git a/yoshi-theme.el b/yoshi-theme.el index be8440c..0bdc939 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -118,6 +118,7 @@ ;; Compilation `(compilation-info ((t (:foreground ,fgblue :inherit unspecified)))) + `(compilation-mode-line-fail ((t (:foreground ,fgred :weight bold :inherit unspecified)))) ;; CSS `(css-property ((t (:foreground ,fgorange)))) |
