From 2f5877263512e3d41213f4b517cec338fc16aa5d Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 7 Feb 2025 12:13:11 -0800 Subject: Add face for ‘compilation-mode-line-fail’ --- CHANGELOG.org | 4 ++++ yoshi-theme.el | 1 + 2 files changed, 5 insertions(+) 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)))) -- cgit v1.3-2-g0d8e