Skip to content

j-c-m/theme-stache

Repository files navigation

theme stache logo

theme stache "stash"

Building themes to any target using mustache templates.

theme sources

install

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).

theme-stache tool screenshot

ansi-dim.vim

Recommended vimrc colorscheme section, let the 16 colors do the work!

if &t_Co > 16
  set t_Co=16
endif

colorscheme ansi-dim

targets

shell

[ -f "$HOME/.config/current-theme/shell.sh" ] && . "$HOME/.config/current-theme/shell.sh"

alacritty

Add an import to your alacritty.toml config

[general]
import = [
    "~/.config/theme-stache/current-theme/alacritty.toml"
]

ghostty

  • ghostty Ghostty terminal emulator

iterm2

  • iterm2 iTerm2 terminal emulator

to be continued ...

About

Build themes to any target using mustache templates. 1200+ themes and growing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published