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

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

[nongnu] elpa/subatomic-theme 8505258 40/58: Merge pull request #9 from


From: ELPA Syncer
Subject: [nongnu] elpa/subatomic-theme 8505258 40/58: Merge pull request #9 from geraldus/fci-patch-tmp
Date: Thu, 21 Oct 2021 18:11:18 -0400 (EDT)

branch: elpa/subatomic-theme
commit 8505258f986af0c759c1780aa2483ea397744104
Merge: a9c9fa8 e7bb13a
Author: John Olsson <john@cryon.se>
Commit: John Olsson <john@cryon.se>

    Merge pull request #9 from geraldus/fci-patch-tmp
    
    support fill-column-indicator
---
 subatomic-theme.el | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/subatomic-theme.el b/subatomic-theme.el
index cb96f0f..e403fb5 100644
--- a/subatomic-theme.el
+++ b/subatomic-theme.el
@@ -38,7 +38,7 @@ The theme has to be reloaded after changing anything in this 
group."
   :group 'faces)
 
 (defcustom subatomic-high-contrast nil
-  "Makes the general contrast higher by setting the background as black"
+  "Makes the general contrast higher by setting the background as black."
   :type 'boolean
   :group 'subatomic)
 
@@ -798,6 +798,11 @@ The theme has to be reloaded after changing anything in 
this group."
 
    `(shm-quarantine-face
      ((t (:background ,midnight-red))))
+
+   ;; fill-column-indicator
+
+   `(fci-rule-color
+     ((t (:background ,mystic-blue))))
    ))
 
 ;;;###autoload



reply via email to

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