Skip to content

Commit dd3d1b8

Browse files
authored
Merge pull request #3174 from philipp-tailor/patch-1
Fix tiny accidental repetition in README.md
2 parents b6158c0 + b39a156 commit dd3d1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ bat --list-themes | fzf --preview="bat --theme={} --color=always /path/to/file"
489489
```
490490

491491
`bat` automatically picks a fitting theme depending on your terminal's background color.
492-
You can use the `--theme-light` / `--theme-light` options or the `BAT_THEME_DARK` / `BAT_THEME_LIGHT` environment variables
492+
You can use the `--theme-dark` / `--theme-light` options or the `BAT_THEME_DARK` / `BAT_THEME_LIGHT` environment variables
493493
to customize the themes used. This is especially useful if you frequently switch between dark and light mode.
494494

495495
You can also use a custom theme by following the

0 commit comments

Comments
 (0)