From a7fa25d7f59d181cc757f781df52ab9077154b01 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 18 Apr 2024 11:49:49 -0700 Subject: [PATCH] Update CLI docs --- content/en/commands/hugo_gen_chromastyles.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/commands/hugo_gen_chromastyles.md b/content/en/commands/hugo_gen_chromastyles.md index 1970ed736..5d66ed793 100644 --- a/content/en/commands/hugo_gen_chromastyles.md +++ b/content/en/commands/hugo_gen_chromastyles.md @@ -21,8 +21,8 @@ hugo gen chromastyles [flags] [args] ``` -h, --help help for chromastyles - --highlightStyle string style used for highlighting lines (see https://github.com/alecthomas/chroma) - --linesStyle string style used for line numbers (see https://github.com/alecthomas/chroma) + --highlightStyle string foreground and background colors for highlighted lines, e.g. --highlightStyle "#fff000 bg:#000fff" + --linesStyle string foreground and background colors for inline line numbers, e.g. --linesStyle "#fff000 bg:#000fff" --style string highlighter style (see https://xyproto.github.io/splash/docs/) (default "friendly") ```