One theme script to rule them all.
- 150+ preloaded themes.
- Works on any terminal with OSC 4/11 support (e.g kitty, osx term)
- Small, self contained and POSIX compliant.
- Interactive theme selection (requires fzf)
- Lets you easily switch themes inside of an open terminal.
- Lets you configure st's colour theme without recompiling it :P
- Lets you keep your shell's init file as the single source of truth.
- Lets you script theme changes
Put theme.sh somewhere in your $PATH
Then:
> theme.sh -l
zenburn
gruvbox
solarized-dark
...
> theme.sh zenburn
or simply
> theme.sh -i #Interactive theme selection (requires [fzf](https://github.com/junegunn/fzf))
Once you find something you like simply put
theme.sh <theme>
in your ~/.bashrc
Below is a list of terminals on which theme.sh is known to work:
- kitty
- gnome-terminal
- terminator
- st
- Terminal.app (osx)
- iterm
- alacritty
- urxvt (non interactively unless the truecolor patch is installed)
- any libvte based terminal
- Requires a shell that properly implements OSC 4/11.
- Interactive mode also requires TRUECOLOR support (though the theme can still be set without it.)
- May cause an imperceptible flash when you start your terminal.
- Will not help you achieve enlightenment or improve your marriage.
- May cause epilepsy.
- Will not work in screen (tmux uses the same TERM variable)