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

    Add haskell mode support
    
    Thanks to Carsten Koenig
---
 dracula-theme.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dracula-theme.el b/dracula-theme.el
index 9393ee0..a9e3159 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -146,6 +146,9 @@
                (gnus-summary-low-ancient :inherit gnus-summary-low-read)
                (gnus-summary-low-ticked :inherit gnus-summary-low-read 
:underline t)
                (gnus-summary-selected :inverse-video t)
+               ;; haskell-mode
+               (haskell-operator-face :foreground ,dracula-pink)
+               (haskell-constructor-face :foreground ,dracula-purple)
                ;; helm
                (helm-bookmark-w3m :foreground ,dracula-purple)
                (helm-buffer-not-saved :foreground ,dracula-purple :background 
,dracula-bg)

Reply via email to