summaryrefslogtreecommitdiffstats
path: root/custom-themes.html
diff options
context:
space:
mode:
Diffstat (limited to 'custom-themes.html')
-rw-r--r--custom-themes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom-themes.html b/custom-themes.html
index 696c5d52..f269be35 100644
--- a/custom-themes.html
+++ b/custom-themes.html
@@ -135,7 +135,7 @@
<div id="content" class="content">
<main>
<h1 id="custom-themes"><a class="header" href="#custom-themes">Custom themes</a></h1>
-<p>A &quot;theme&quot; in delta is just a collection of settings grouped together in a named <a href="#features-named-groups-of-settings">feature</a>. One of the available settings is <code>syntax-theme</code>: this dictates the colors and styles that are applied to foreground text by the syntax highlighter. Thus the concept of &quot;theme&quot; in delta encompasses not just the foreground syntax-highlighting color theme, but also background colors, decorations such as boxes and under/overlines, etc.</p>
+<p>A &quot;theme&quot; in delta is just a collection of settings grouped together in a named <a href="./features-named-groups-of-settings.html">feature</a>. One of the available settings is <code>syntax-theme</code>: this dictates the colors and styles that are applied to foreground text by the syntax highlighter. Thus the concept of &quot;theme&quot; in delta encompasses not just the foreground syntax-highlighting color theme, but also background colors, decorations such as boxes and under/overlines, etc.</p>
<p>The delta git repo contains a <a href="./themes.gitconfig">collection of themes</a> created by users. These focus on the visual appearance: colors etc. If you want features like <code>side-by-side</code> or <code>navigate</code>, you would set that yourself, after selecting the color theme. To use the delta themes, clone the delta repo (or download the <a href="./themes.gitconfig">themes.gitconfig</a> file) and add the following entry in your gitconfig:</p>
<pre><code class="language-gitconfig">[include]
path = /PATH/TO/delta/themes.gitconfig