summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Floering <michaelfloering@gmail.com>2022-05-19 11:29:39 -0700
committerGitHub <noreply@github.com>2022-05-19 14:29:39 -0400
commit427c9aa971f3d22c8d25aa02449d410b4687d412 (patch)
tree538c651dcaa6131c0f11e402dde6c2665df570ab
parent03d99a56781e71579af8a23d67d233927f87c19e (diff)
Update color-moved-support.md (#1082)
-rw-r--r--manual/src/color-moved-support.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/src/color-moved-support.md b/manual/src/color-moved-support.md
index f917a7d9..789d161a 100644
--- a/manual/src/color-moved-support.md
+++ b/manual/src/color-moved-support.md
@@ -20,7 +20,7 @@ This feature allows all of git's color-moved options to be rendered using delta
map-styles = bold purple => syntax magenta, bold cyan => syntax blue
```
-There is a pair of features provided in [themes.config](https://github.com/chtenb/delta/blob/master/themes.gitconfig) called `zebra-dark` and `zebra-light` 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
+There is a pair of features provided in [themes.config](https://github.com/dandavison/delta/blob/master/themes.gitconfig) called `zebra-dark` and `zebra-light` 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
```gitconfig
[delta]