summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--release.Makefile1
2 files changed, 2 insertions, 3 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:
diff --git a/release.Makefile b/release.Makefile
index a7792cc8..65653c9e 100644
--- a/release.Makefile
+++ b/release.Makefile
@@ -56,7 +56,6 @@ $(BUMP_VERSION_IN_DOCUMENTATION_LINKS_SENTINEL):
sed -i -E "s,$$DELTA_OLD_VERSION,$$DELTA_NEW_VERSION,g" README.md
git add README.md
git commit -m "Bump version in links to executables"
- git push
touch $(BUMP_VERSION_IN_DOCUMENTATION_LINKS_SENTINEL)