cyruseuros / ewal

GNU General Public License v3.0
30 stars 2 forks source link

Change colors on the fly? #3

Closed landorg closed 2 years ago

landorg commented 2 years ago

Hi, is it possible with this to change the colors on the fly? ( I'm using a daemon setup ) If so: How can I do it from command line? Thanks

cyruseuros commented 2 years ago

I've since stopped using emacs but you basically need to run (load-theme 'ewal-<theme>) and I seem to recall emacsclient being able to send s-expressions to emacs for evaluation from the CLI.

landorg commented 2 years ago

that works. Thanks :+1: