adding new tridactyl css

This commit is contained in:
Chris Cochrun 2022-03-29 09:32:53 -05:00
parent 6eba4de3c9
commit eabac7dcfa
7 changed files with 197 additions and 33 deletions

7
scripts/theme-switch.sh Normal file
View file

@ -0,0 +1,7 @@
#!/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)'