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

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

[nongnu] elpa/subatomic-theme e88bc0c3 41/58: Make SHM's current face li


From: ELPA Syncer
Subject: [nongnu] elpa/subatomic-theme e88bc0c3 41/58: Make SHM's current face lighter
Date: Thu, 21 Oct 2021 18:11:18 -0400 (EDT)

branch: elpa/subatomic-theme
commit e88bc0c3120fd3ab1c5410139f77f565a22c25b9
Author: Артур Файзрахманов <heraldhoi@gmail.com>
Commit: Артур Файзрахманов <heraldhoi@gmail.com>

    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

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