mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
6 lines
177 B
Bash
Executable File
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
|
|
|