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

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

[elpa] externals/modus-themes ab1394e0d2 1/2: Change -intense suffix to


From: ELPA Syncer
Subject: [elpa] externals/modus-themes ab1394e0d2 1/2: Change -intense suffix to -fringe in docs
Date: Thu, 13 Apr 2023 08:59:09 -0400 (EDT)

branch: externals/modus-themes
commit ab1394e0d221a239659e757bc636cc8898d091b4
Author: Christian Tietze <me@christiantietze.de>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Change -intense suffix to -fringe in docs
    
    In accordance with the renaming introduced in 
1ee4c9576f22320c23573e98cd6ac2b59a17ab3a
---
 doc/modus-themes.info | 6 +++---
 doc/modus-themes.org  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/modus-themes.info b/doc/modus-themes.info
index fd81732b96..d3f9c7388f 100644
--- a/doc/modus-themes.info
+++ b/doc/modus-themes.info
@@ -4213,9 +4213,9 @@ length elsewhere in this manual:
           ;; Doom should not be implementing such hacks because themes
           ;; cannot support them:
           ;; 
<https://protesilaos.com/codelog/2022-08-04-doom-git-gutter-modus-themes/>.
-          `(git-gutter-fr:added ((,c :foreground ,bg-added-intense)))
-          `(git-gutter-fr:deleted ((,c :foreground ,bg-removed-intense)))
-          `(git-gutter-fr:modified ((,c :foreground ,bg-changed-intense))))))
+          `(git-gutter-fr:added ((,c :foreground ,bg-added-fringe)))
+          `(git-gutter-fr:deleted ((,c :foreground ,bg-removed-fringe)))
+          `(git-gutter-fr:modified ((,c :foreground ,bg-changed-fringe))))))
 
      (add-hook 'modus-themes-after-load-theme-hook 
#'my-modus-themes-custom-faces)
 
diff --git a/doc/modus-themes.org b/doc/modus-themes.org
index 168c3b356f..46a1f1ab8c 100644
--- a/doc/modus-themes.org
+++ b/doc/modus-themes.org
@@ -4097,9 +4097,9 @@ length elsewhere in this manual:
      ;; Doom should not be implementing such hacks because themes
      ;; cannot support them:
      ;; 
<https://protesilaos.com/codelog/2022-08-04-doom-git-gutter-modus-themes/>.
-     `(git-gutter-fr:added ((,c :foreground ,bg-added-intense)))
-     `(git-gutter-fr:deleted ((,c :foreground ,bg-removed-intense)))
-     `(git-gutter-fr:modified ((,c :foreground ,bg-changed-intense))))))
+     `(git-gutter-fr:added ((,c :foreground ,bg-added-fringe)))
+     `(git-gutter-fr:deleted ((,c :foreground ,bg-removed-fringe)))
+     `(git-gutter-fr:modified ((,c :foreground ,bg-changed-fringe))))))
 
 (add-hook 'modus-themes-after-load-theme-hook #'my-modus-themes-custom-faces)
 #+end_src



reply via email to

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