~protesilaos/modus-themes

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] Change -intense suffix to -fringe in docs

Details
Message ID
<20230413072010.28585-1-me@christiantietze.de>
DKIM signature
missing
Download raw message
Patch: +6 -6
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
Details
Message ID
<87o7nsf0my.fsf@protesilaos.com>
In-Reply-To
<20230413072010.28585-1-me@christiantietze.de> (view parent)
DKIM signature
missing
Download raw message
> From: Christian Tietze <me@christiantietze.de>
> Date: Thu, 13 Apr 2023 09:20:11 +0200
>
> In accordance with the renaming introduced in
> 1ee4c9576f22320c23573e98cd6ac2b59a17ab3a

> [... 39 lines elided]

Thank you!  I just installed the patch and pushed the changes.

-- 
Protesilaos Stavrou
https://protesilaos.com
Reply to thread Export thread (mbox)