branch: externals/doric-themes commit 9b00609e427f05b4a8c9ec51b2ce8ca9459e5fbf Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Stop styling twice the faces error, warning, and success --- doric-themes.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/doric-themes.el b/doric-themes.el index ee10322e9d..f158d6a76a 100644 --- a/doric-themes.el +++ b/doric-themes.el @@ -1265,9 +1265,6 @@ is either the `dark' or `light' symbol." '(italic ((t :slant italic))) '(bold-italic ((t :weight bold :slant italic))) '(underline ((t :underline t))) - `(error ((t :foreground ,fg-faint-red))) - `(warning ((t :foreground ,fg-faint-yellow))) - `(success ((t :foreground ,fg-faint-green))) `(internal-border ((t :foreground ,border))) `(vertical-border ((t :foreground ,border))) `(separator-line ((t :underline ,border)))