branch: externals/doric-themes commit 3d3e1472178d5420c65bd86a0cc6bd4a075f4488 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for flycheck underline faces --- doric-themes.el | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doric-themes.el b/doric-themes.el index 742abd9300..70af219b4c 100644 --- a/doric-themes.el +++ b/doric-themes.el @@ -1276,15 +1276,18 @@ Run `doric-themes-after-load-theme-hook' after loading a theme." success)) (defconst doric-themes-error-underline-faces - '(flyspell-incorrect + '(flycheck-error + flyspell-incorrect flymake-error)) (defconst doric-themes-warning-underline-faces - '(flyspell-duplicate + '(flycheck-warning + flyspell-duplicate flymake-warning)) (defconst doric-themes-success-underline-faces - '(flymake-note)) + '(flycheck-info + flymake-note)) (defun doric-themes-prepare-faces (&rest faces-and-attributes) "Set faces to their respective attributes in FACES-AND-ATTRIBUTES."