This plugin can be used to automatically switch between light and dark mode. It relies on the themes from base16-shell.
Just clone this repo into your Oh My Zsh custom/plugins
folder. Then, define
your light + dark themes (and import the plugin).
AUTODARK_LIGHT_THEME=tomorrow
AUTODARK_DARK_THEME=tomorrow-night-eighties
...
plugins=(<...other> autodark)
- Make the command customizable
- Write scripts for bash, fish, etc