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

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

[elpa] externals/ef-themes 6136a4227f: Add support for display-fill-colu


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 6136a4227f: Add support for display-fill-column-indicator-mode
Date: Wed, 14 Sep 2022 07:57:40 -0400 (EDT)

branch: externals/ef-themes
commit 6136a4227fcaf69aa38126c287dac3584709c8bc
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for display-fill-column-indicator-mode
    
    Thanks to Daniel Mendler for informing me about it (this is shared with
    permission, as it was done via a private channel).
---
 README.org   | 7 ++++---
 ef-themes.el | 4 ++++
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index 26b6650662..7b3db4aec6 100644
--- a/README.org
+++ b/README.org
@@ -821,6 +821,7 @@ everything most users need.
 - dired-subtree
 - diredfl
 - dirvish
+- display-fill-column-indicator-mode [ Part of {{{development-version}}} ]
 - doom-modeline
 - ediff
 - eldoc
@@ -1131,9 +1132,9 @@ matters.
 + Contributions to code or the manual :: Alex Lu, Christopher League,
   Philip Kaludercic.
 
-+ Ideas and/or user feedback :: Alan Schmitt, Anthony Chavez, Iris
-  Garcia, Jean-Philippe Gagné Guay, Jonas Collberg, Spike-Leung, Steve
-  Molitor, Summer Emacs, Zoltán Király.
++ Ideas and/or user feedback :: Alan Schmitt, Anthony Chavez, Daniel
+  Mendler, Iris Garcia, Jean-Philippe Gagné Guay, Jonas Collberg,
+  Spike-Leung, Steve Molitor, Summer Emacs, Zoltán Király.
 
 * GNU Free Documentation License
 :PROPERTIES:
diff --git a/ef-themes.el b/ef-themes.el
index f0bcaebba7..df68250f10 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -829,6 +829,10 @@ Helper function for `ef-themes-preview-colors'."
     `(diredfl-write-priv ((,c :foreground ,rainbow-2)))
 ;;;; dirvish
     `(dirvish-hl-line ((,c :background ,bg-hl-line)))
+;;;; display-fill-column-indicator-mode
+    ;; NOTE 2022-09-14: We use the bg-alt mapping as the border mapping
+    ;; is for the `vertical-border'.  We want this to be more subtle.
+    `(fill-column-indicator ((,c :height 1 :background ,bg-alt :foreground 
,bg-alt)))
 ;;;; doom-modeline
     `(doom-modeline-bar ((,c :background ,bg-accent)))
     `(doom-modeline-bar-inactive ((,c :background ,bg-alt)))



reply via email to

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