commands/gen: Remove default highlight style

Fixes #11445
This commit is contained in:
Joe Mooring
2023-09-12 17:11:25 -07:00
committed by Bjørn Erik Pedersen
parent 18ce854626
commit 75c0f88289
2 changed files with 3 additions and 3 deletions

View File

@@ -16,4 +16,4 @@ checkfilecount $NUM_COMMANDS manpages
hugo gen chromastyles -h
stdout 'Generate CSS stylesheet for the Chroma code highlighter'
hugo gen chromastyles --style monokai
stdout 'color: #f8f8f2'
stdout '/\* LineHighlight \*/ \.chroma \.hl \{ background-color: #3c3d38 \}'