diff --git a/.config/themer/themes/mono.sh b/.config/themer/themes/mono.sh new file mode 100644 index 0000000..4263bae --- /dev/null +++ b/.config/themer/themes/mono.sh @@ -0,0 +1,6 @@ +#!/bin/sh +export background=000000 +export backgroundish=333333 +export foreground=bbbbbb +export foregroundish=777777 +export dark=true