dotfiles/.config/tinted-theming/tinty/config.toml

18 lines
460 B
TOML
Raw Normal View History

2024-07-03 20:44:47 +01:00
[[items]]
path = "https://github.com/tinted-theming/tinted-shell"
name = "base16-shell"
themes-dir = "scripts"
hook = ". %f"
[[items]]
path = "https://github.com/tinted-theming/tinted-tmux"
name = "tinted-tmux"
# Check if tmux is in use and if it is, reload the config file
hook = "test -n \"$TMUX\" && tmux source-file ~/.tmux.conf"
themes-dir = "colors"
[[items]]
path = "https://github.com/tinted-theming/tinted-fzf"
name = "tinted-fzf"
themes-dir = "sh"