branch: elpa/dracula-theme
commit 7d7a05a6a488a252e7b28607835d1998b89f51b2
Author: Étienne Deparis <[email protected]>
Commit: Étienne Deparis <[email protected]>

    Add forgotten basic success and error faces
---
 dracula-theme.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dracula-theme.el b/dracula-theme.el
index 7e6ed1c..e64848e 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -56,7 +56,9 @@
                (region :background ,dracula-yellow :foreground ,dracula-bg 
:extend t)
                (trailing-whitespace :foreground nil :background 
,dracula-orange)
                (vertical-border :foreground ,bg2)
+               (success :foreground ,dracula-green)
                (warning :foreground ,dracula-orange)
+               (error :foreground ,dracula-red)
                (header-line :background ,dracula-bg)
                ;; syntax
                (font-lock-builtin-face :foreground ,dracula-orange)

Reply via email to