summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2019-06-30 19:03:38 -0400
committerDan Davison <dandavison7@gmail.com>2019-06-30 19:03:38 -0400
commitcdd86db29460a998fd6a5c8f1ac35ff4f953f10c (patch)
tree940d8021b2feebbeb89146f6fe791c15cf4a85e0 /README.md
parente4197550687f14435be3b73afb8507d3b2609dee (diff)
Fix README: default is now a dark theme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 41d7ebed..68a3d564 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ OPTIONS:
`/path/to/delta/target/debug/delta` in the next step.
4. **Configure git to use delta:**<br>
- (Note that delta defaults to a light theme, so if you're using a dark terminal background, you'll want to use `--dark` or `--theme=<theme-name>`.)
+ (Note that delta defaults to a dark theme, so if you're using a light terminal background, you'll want to use `--light` or `--theme=<theme-name>`.)
Edit your `~/.gitconfig`:
```