aboutsummaryrefslogtreecommitdiffstats
path: root/filters/syntax-highlighting.sh
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-11-09 02:36:16 +0000
committersaturneric <[email protected]>2025-11-09 02:36:16 +0000
commit98c1763d3807378f67b9e1f140d8ed73f8698c12 (patch)
treec79a5f2aa67f00c3b8b8d744f2d328aed9716395 /filters/syntax-highlighting.sh
parentperf(config): reduce cache sizes and TTLs (diff)
parentdocs(config): update site title and readme path (diff)
downloadcgit-98c1763d3807378f67b9e1f140d8ed73f8698c12.tar.gz
cgit-98c1763d3807378f67b9e1f140d8ed73f8698c12.zip
Merge branch 'saturneric'
Diffstat (limited to 'filters/syntax-highlighting.sh')
-rwxr-xr-xfilters/syntax-highlighting.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/syntax-highlighting.sh b/filters/syntax-highlighting.sh
index 3de95fa..f19be13 100755
--- a/filters/syntax-highlighting.sh
+++ b/filters/syntax-highlighting.sh
@@ -118,4 +118,4 @@ EXTENSION="${BASENAME##*.}"
#exec highlight --force -f -I -X -S "$EXTENSION" 2>/dev/null
# This is for version 3
-exec highlight --force --inline-css -f -I -O xhtml -S "$EXTENSION" 2>/dev/null
+exec highlight --force --style=darkplus --inline-css -f -I -O xhtml -S "$EXTENSION" 2>/dev/null