Mention bat --list-themes

This commit is contained in:
David Tolnay 2024-10-24 00:25:17 -07:00
parent c396c12b61
commit db1962200b
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -117,8 +117,8 @@ Set the default syntax highlighting theme with the `theme` setting:
theme = "TwoDark"
```
Run `cargo expand --themes` to print a list of available themes. Use `theme =
"none"` to disable coloring.
Run `cargo expand --themes` or `bat --list-themes` to print a list of available
themes. Use `theme = "none"` to disable coloring.
Change the default coloring disposition (normally `auto`) with the `color`
setting: