mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-01 20:07:37 +03:00
Mention bat --list-themes
This commit is contained in:
parent
c396c12b61
commit
db1962200b
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue