branch: externals/doric-themes
commit ca28b765473f25c9a56ef8d278b74b71aefa01c4
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Add support for writegood faces
---
 doric-themes.el | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/doric-themes.el b/doric-themes.el
index 70af219b4c..60337c6b6e 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -1278,12 +1278,15 @@ Run `doric-themes-after-load-theme-hook' after loading 
a theme."
 (defconst doric-themes-error-underline-faces
   '(flycheck-error
     flyspell-incorrect
-    flymake-error))
+    flymake-error
+    writegood-duplicates-face))
 
 (defconst doric-themes-warning-underline-faces
   '(flycheck-warning
     flyspell-duplicate
-    flymake-warning))
+    flymake-warning
+    writegood-passive-voice-face
+    writegood-weasels-face))
 
 (defconst doric-themes-success-underline-faces
   '(flycheck-info

Reply via email to