diff options
| author | saturneric <[email protected]> | 2025-11-09 02:36:16 +0000 |
|---|---|---|
| committer | saturneric <[email protected]> | 2025-11-09 02:36:16 +0000 |
| commit | 98c1763d3807378f67b9e1f140d8ed73f8698c12 (patch) | |
| tree | c79a5f2aa67f00c3b8b8d744f2d328aed9716395 /filters/syntax-highlighting.sh | |
| parent | perf(config): reduce cache sizes and TTLs (diff) | |
| parent | docs(config): update site title and readme path (diff) | |
| download | cgit-98c1763d3807378f67b9e1f140d8ed73f8698c12.tar.gz cgit-98c1763d3807378f67b9e1f140d8ed73f8698c12.zip | |
Merge branch 'saturneric'
Diffstat (limited to 'filters/syntax-highlighting.sh')
| -rwxr-xr-x | filters/syntax-highlighting.sh | 2 |
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 |
