summaryrefslogtreecommitdiffstats
path: root/testscripts/commands
diff options
context:
space:
mode:
authorJoe Mooring <joe.mooring@veriphor.com>2023-09-12 17:11:25 -0700
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-09-14 12:08:52 +0200
commit75c0f88289585faa9801e7178673bc9ff5f25594 (patch)
tree723486c924405a428afe3688e21edc9fdeeb4fcc /testscripts/commands
parent18ce854626919b12a3e0dc961cef4921e6de5b11 (diff)
commands/gen: Remove default highlight style
Fixes #11445
Diffstat (limited to 'testscripts/commands')
-rw-r--r--testscripts/commands/gen.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/testscripts/commands/gen.txt b/testscripts/commands/gen.txt
index 891079e11..e11ba0642 100644
--- a/testscripts/commands/gen.txt
+++ b/testscripts/commands/gen.txt
@@ -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' \ No newline at end of file
+stdout '/\* LineHighlight \*/ \.chroma \.hl \{ background-color: #3c3d38 \}'