summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordandavison <>2022-05-19 18:33:12 +0000
committerdandavison <>2022-05-19 18:33:12 +0000
commit742570b772ea6bb9ede6bff1029df91dbd5b00e6 (patch)
treeb15498f317f5feaf746ff6623d3f358dd7f48bef
parent7b73760d44bd2b720f6b0f644f36c65f385dd3cb (diff)
Deploying to gh-pages from @ dandavison/delta@427c9aa971f3d22c8d25aa02449d410b4687d412 🚀
-rw-r--r--color-moved-support.html2
-rw-r--r--print.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/color-moved-support.html b/color-moved-support.html
index 5b27d456..db3e7b8a 100644
--- a/color-moved-support.html
+++ b/color-moved-support.html
@@ -147,7 +147,7 @@ This feature allows all of git's color-moved options to be rendered using delta
<pre><code class="language-gitconfig">[delta]
map-styles = bold purple =&gt; syntax magenta, bold cyan =&gt; syntax blue
</code></pre>
-<p>There is a pair of features provided in <a href="https://github.com/chtenb/delta/blob/master/themes.gitconfig">themes.config</a> called <code>zebra-dark</code> and <code>zebra-light</code> which utilise the moved colors by displaying them as a faint background color on the affected lines while keeping syntax highlighting as the foreground color. You can enable one of these features by stacking it upon the theme you are using, like as follows</p>
+<p>There is a pair of features provided in <a href="https://github.com/dandavison/delta/blob/master/themes.gitconfig">themes.config</a> called <code>zebra-dark</code> and <code>zebra-light</code> which utilise the moved colors by displaying them as a faint background color on the affected lines while keeping syntax highlighting as the foreground color. You can enable one of these features by stacking it upon the theme you are using, like as follows</p>
<pre><code class="language-gitconfig">[delta]
features = my-dark-theme zebra-dark
</code></pre>
diff --git a/print.html b/print.html
index ec715380..3cd8fcba 100644
--- a/print.html
+++ b/print.html
@@ -448,7 +448,7 @@ This feature allows all of git's color-moved options to be rendered using delta
<pre><code class="language-gitconfig">[delta]
map-styles = bold purple =&gt; syntax magenta, bold cyan =&gt; syntax blue
</code></pre>
-<p>There is a pair of features provided in <a href="https://github.com/chtenb/delta/blob/master/themes.gitconfig">themes.config</a> called <code>zebra-dark</code> and <code>zebra-light</code> which utilise the moved colors by displaying them as a faint background color on the affected lines while keeping syntax highlighting as the foreground color. You can enable one of these features by stacking it upon the theme you are using, like as follows</p>
+<p>There is a pair of features provided in <a href="https://github.com/dandavison/delta/blob/master/themes.gitconfig">themes.config</a> called <code>zebra-dark</code> and <code>zebra-light</code> which utilise the moved colors by displaying them as a faint background color on the affected lines while keeping syntax highlighting as the foreground color. You can enable one of these features by stacking it upon the theme you are using, like as follows</p>
<pre><code class="language-gitconfig">[delta]
features = my-dark-theme zebra-dark
</code></pre>