emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/dracula-theme 3327c48e1f 1/6: Support go-test faces


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 3327c48e1f 1/6: Support go-test faces
Date: Wed, 5 Jan 2022 06:58:08 -0500 (EST)

branch: elpa/dracula-theme
commit 3327c48e1f7ba11821be9537b3b05cc0ef58a8a2
Author: Mikołaj Baranowski <mikolajb@gmail.com>
Commit: Mikołaj Baranowski <mikolajb@gmail.com>

    Support go-test faces
    
    Signed-off-by: Mikołaj Baranowski <mikolajb@gmail.com>
---
 dracula-theme.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dracula-theme.el b/dracula-theme.el
index ebb93f0210..d3bbfe1681 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -764,6 +764,12 @@ read it before opening a new issue about your will.")
                ;; yard-mode
                (yard-tag-face :inherit font-lock-builtin-face)
                (yard-directive-face :inherit font-lock-builtin-face))))
+               ;; go-test
+               (go-test--ok-face :inherit success)
+               (go-test--error-face :inherit error)
+               (go-test--warning-face :inherit warning)
+               (go-test--pointer-face :foreground ,dracula-pink)
+               (go-test--standard-face :foreground ,dracula-cyan))))
 
   (apply #'custom-theme-set-faces
          'dracula



reply via email to

[Prev in Thread] Current Thread [Next in Thread]