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

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

[nongnu] elpa/subatomic-theme e7bb13a 39/58: support fill-column-indicat


From: ELPA Syncer
Subject: [nongnu] elpa/subatomic-theme e7bb13a 39/58: support fill-column-indicator
Date: Thu, 21 Oct 2021 18:11:18 -0400 (EDT)

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

    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

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