summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-06-28 08:16:48 +0100
committerDan Davison <dandavison7@gmail.com>2021-06-28 08:16:48 +0100
commit65485ca3ffff7e42e440ca0bc7eda5b6eadec4bf (patch)
treea0766f384b41b3122f5e9f8e982a088b94bc6225
parentf6d2a42a083290673b5318ca0bad451705209c20 (diff)
Edit README0.8.2
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c948a356..35be47af 100644
--- a/README.md
+++ b/README.md
@@ -97,7 +97,7 @@ git -c delta.line-numbers=false show
- [Line numbers](#line-numbers)
- [Side-by-side view](#side-by-side-view)
- ["Features": named groups of settings](#features-named-groups-of-settings)
- - [Custom color themes](#custom-color-themes)
+ - [Custom themes](#custom-themes)
- [diff-highlight and diff-so-fancy emulation](#diff-highlight-and-diff-so-fancy-emulation)
- [--color-moved support](#--color-moved-support)
- [Navigation keybindings for large diffs](#navigation-keybindings-for-large-diffs)
@@ -431,7 +431,7 @@ All delta options can go under the `[delta]` section in your git config file. Ho
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.
-The delta git repo contains a collection of themes 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:
+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:
```gitconfig
[include]