Files
darkfi/scripts/to_html.sh
2021-09-16 11:59:41 +02:00

6 lines
177 B
Bash
Executable File

#!/bin/bash
#nvim -c ":TOhtml" $1
sed -i "s/PreProc { color: #5fd7ff; }/PreProc { color: #8f2722; }/" $1
sed -i "s/Comment { color: #00ffff; }/Comment { color: #0055ff; }/" $1