branch: elpa/subatomic-theme
commit e88bc0c3120fd3ab1c5410139f77f565a22c25b9
Author: Артур Файзрахманов <[email protected]>
Commit: Артур Файзрахманов <[email protected]>

    Make SHM's current face lighter
    
    With `midnight-3` colour commentary delimiters becomes totally invisible
    when they are located inside current node highlighted by structured
    haskell mode (because they have same foreground colour). Switching to
    `midnight-2` colour resolve this issue, and the colour itself is still
    good enough to be used as structured-haskell-mode current face.
---
 subatomic-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subatomic-theme.el b/subatomic-theme.el
index e403fb5..dabff97 100644
--- a/subatomic-theme.el
+++ b/subatomic-theme.el
@@ -794,7 +794,7 @@ The theme has to be reloaded after changing anything in 
this group."
    ;; structured-haskell-mode
 
    `(shm-current-face
-     ((t (:background ,midnight-3))))
+     ((t (:background ,midnight-2))))
 
    `(shm-quarantine-face
      ((t (:background ,midnight-red))))

Reply via email to