Building themes to any target using mustache templates.
mkdir -p $HOME/.config
cd $HOME/.config
git clone https://github.com/j-c-m/theme-stache.git
Use theme-stache (theme-stach.py) to browse, activate (temporary), or install themes (current-theme).
Recommended vimrc colorscheme section, let the 16 colors do the work!
if &t_Co > 16
set t_Co=16
endif
colorscheme ansi-dim
- shell.sh xterm OSC shell script
[ -f "$HOME/.config/current-theme/shell.sh" ] && . "$HOME/.config/current-theme/shell.sh"
- alacritty Alacritty terminal emulator
Add an import to your alacritty.toml
config
[general]
import = [
"~/.config/theme-stache/current-theme/alacritty.toml"
]
- ghostty Ghostty terminal emulator
- iterm2 iTerm2 terminal emulator