diff --git a/bin/dark b/bin/dark new file mode 100755 index 0000000..d113b8e --- /dev/null +++ b/bin/dark @@ -0,0 +1,2 @@ +touch $HOME/.dark +updatecolors diff --git a/bin/light b/bin/light new file mode 100755 index 0000000..34db2ec --- /dev/null +++ b/bin/light @@ -0,0 +1,2 @@ +rm $HOME/.dark +updatecolors