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

    support fill-column-indicator
    
    customize fci-rule-color
    
    fix punctuation warining
---
 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