summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-07-11 13:19:10 -0400
committerDan Davison <dandavison7@gmail.com>2020-07-11 13:21:54 -0400
commit775834c14cecc632520e132f6ed6f7a8092ebd6f (patch)
treea108cc7ef058c4fb52b39bb02cd96b0f631567b6 /README.md
parent36dcc8858f1f98a4eb78d5e7892b8e0224fc4297 (diff)
Revert changes from bad regex
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e3c253e8..3b6d44d5 100644
--- a/README.md
+++ b/README.md
@@ -209,7 +209,7 @@ Set delta to be git's pager in your `.gitconfig`. Delta accepts many command lin
pager = delta
[delta]
- plus-color = "#0.3.00"
+ plus-color = "#012800"
minus-color = "#340001"
syntax-theme = Monokai Extended
@@ -643,7 +643,7 @@ A feature is a named collection of delta options in git config. An example is:
[delta "my-delta-feature"]
syntax-theme = Dracula
- plus-style = bold syntax "#0.3.00"
+ plus-style = bold syntax "#002800"
To activate those options, you would use: