~protesilaos/modus-themes

Change -intense suffix to -fringe in docs v1 APPLIED

Christian Tietze: 1
 Change -intense suffix to -fringe in docs

 2 files changed, 6 insertions(+), 6 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~protesilaos/modus-themes/patches/40354/mbox | git am -3
Learn more about email & git

[PATCH] Change -intense suffix to -fringe in docs Export this patch

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 fd81732b..d3f9c738 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 168c3b35..46a1f1ab 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
-- 
2.40.0
Thank you!  I just installed the patch and pushed the changes.