瀏覽代碼

tohtml script

narodnik 5 年之前
父節點
當前提交
4ae0f30feb
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      scripts/to_html.sh

+ 5 - 0
scripts/to_html.sh

@@ -0,0 +1,5 @@
+#!/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
+