summaryrefslogtreecommitdiffstats
path: root/manual/src/custom-themes.md
diff options
context:
space:
mode:
Diffstat (limited to 'manual/src/custom-themes.md')
-rw-r--r--manual/src/custom-themes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/src/custom-themes.md b/manual/src/custom-themes.md
index 0d7e0f0d..0416c684 100644
--- a/manual/src/custom-themes.md
+++ b/manual/src/custom-themes.md
@@ -1,6 +1,6 @@
# Custom themes
-A "theme" in delta is just a collection of settings grouped together in a named [feature](#features-named-groups-of-settings). One of the available settings is `syntax-theme`: this dictates the colors and styles that are applied to foreground text by the syntax highlighter. Thus the concept of "theme" in delta encompasses not just the foreground syntax-highlighting color theme, but also background colors, decorations such as boxes and under/overlines, etc.
+A "theme" in delta is just a collection of settings grouped together in a named [feature](./features-named-groups-of-settings.md). One of the available settings is `syntax-theme`: this dictates the colors and styles that are applied to foreground text by the syntax highlighter. Thus the concept of "theme" in delta encompasses not just the foreground syntax-highlighting color theme, but also background colors, decorations such as boxes and under/overlines, etc.
The delta git repo contains a [collection of themes](./themes.gitconfig) created by users. These focus on the visual appearance: colors etc. If you want features like `side-by-side` or `navigate`, you would set that yourself, after selecting the color theme. To use the delta themes, clone the delta repo (or download the [themes.gitconfig](./themes.gitconfig) file) and add the following entry in your gitconfig: