mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-02 20:37: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"
|
theme = "TwoDark"
|
||||||
```
|
```
|
||||||
|
|
||||||
Run `cargo expand --themes` to print a list of available themes. Use `theme =
|
Run `cargo expand --themes` or `bat --list-themes` to print a list of available
|
||||||
"none"` to disable coloring.
|
themes. Use `theme = "none"` to disable coloring.
|
||||||
|
|
||||||
Change the default coloring disposition (normally `auto`) with the `color`
|
Change the default coloring disposition (normally `auto`) with the `color`
|
||||||
setting:
|
setting:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue