diff options
| author | Federico Angelilli <code@fedang.net> | 2025-02-13 22:37:26 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2025-02-13 22:37:26 +0100 |
| commit | 2570061c8a9fe49cae0e10c8d351692272373fba (patch) | |
| tree | 4e2af7f47591932aab43ff5e9e4e371a0bea5971 /syntax.sh | |
| parent | b4f3cb47cf2a5bbb3ccb9eba8da8aedb67d01b30 (diff) | |
Fix syntax highlighting theme
Diffstat (limited to 'syntax.sh')
| -rwxr-xr-x | syntax.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,7 +22,9 @@ cat << EOF > $CSS EOF printf "\n/* Chroma style: %s */\n" $LIGHT >> $CSS +printf "@media (prefers-color-scheme: light) {\n" >> $CSS hugo gen chromastyles --style=$LIGHT >> $CSS +printf "}\n" >> $CSS printf "\n\n/* Chroma style: %s */\n" $DARK >> $CSS printf "@media (prefers-color-scheme: dark) {\n" >> $CSS hugo gen chromastyles --style=$DARK >> $CSS |
