Dark colors

This commit is contained in:
Daniel Lundin 2017-03-01 19:44:28 +01:00
parent a7cb80242c
commit b3692ff1e7
3 changed files with 3 additions and 1 deletions
bin

2
bin/st
View file

@ -8,4 +8,4 @@ case `hostname` in
exec st.dark -f "Roboto Mono-15" $@
;;
esac
exec st.x86_64 $@
exec st.dark $@