branch: externals/doric-themes
commit b189da3c57cbb13e99194a65d99c2340c96addac
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Support flymake fringe faces (Emacs 31)
    
    I added those to emacs.git.
---
 doric-themes.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doric-themes.el b/doric-themes.el
index fab5cf491e..1638863d36 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -1247,10 +1247,12 @@ Run `doric-themes-after-load-theme-hook' after loading 
a theme."
   '(TeX-error-description-error
     dired-broken-symlink
     error
-    ert-test-result-unexpected))
+    ert-test-result-unexpected
+    flymake-error-fringe))
 
 (defconst doric-themes-warning-foreground-only-faces
   '(TeX-error-description-warning
+    flymake-warning-fringe
     font-latex-warning-face
     font-lock-escape-facex
     font-lock-warning-face
@@ -1260,6 +1262,7 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
   '(TeX-error-description-help
     TeX-error-description-tex-said
     ert-test-result-expected
+    flymake-note-fringe
     success))
 
 (defconst doric-themes-error-underline-faces

Reply via email to