to_html.sh 177 B

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