We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6158c0 + b39a156 commit dd3d1b8Copy full SHA for dd3d1b8
README.md
@@ -489,7 +489,7 @@ bat --list-themes | fzf --preview="bat --theme={} --color=always /path/to/file"
489
```
490
491
`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
+You can use the `--theme-dark` / `--theme-light` options or the `BAT_THEME_DARK` / `BAT_THEME_LIGHT` environment variables
493
to customize the themes used. This is especially useful if you frequently switch between dark and light mode.
494
495
You can also use a custom theme by following the
0 commit comments