branch: elpa/subatomic-theme
commit 8505258f986af0c759c1780aa2483ea397744104
Merge: a9c9fa8 e7bb13a
Author: John Olsson <[email protected]>
Commit: John Olsson <[email protected]>

    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