dotfiles/scripts/theme-switch.sh
Chris Cochrun f4d4db3ba6 idk!
2022-04-12 12:38:20 -05:00

8 lines
194 B
Bash
Executable file

#!/bin/sh
clockTimeFormat1='<font color="#005F00">' ddd MMM d, h:mm AP
sed 's/005F00/5af78e'
sed 's/5af78e/005F00'
lookandfeeltool -a Acario
emacsclient -e '(load-theme \'doom-acario-light t)'