From db1962200b4f9c66894e293e94b9d11088f90141 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 24 Oct 2024 00:25:17 -0700 Subject: [PATCH] Mention `bat --list-themes` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de89ab6..8880b5b 100644 --- a/README.md +++ b/README.md @@ -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: