Dotfiles/flavours/config.toml

32 lines
670 B
TOML

[[items]]
file = "~/.config/alacritty/colours.yml"
template = "alacritty"
subtemplate = "custom"
rewrite = true
[[items]]
file = "~/.config/tmux/colours.conf"
template = "tmux"
subtemplate = "custom"
rewrite = true
hook = "tmux source-file ~/.config/tmux/tmux.conf"
[[items]]
file = "~/.config/alot/themes/tinted"
template = "alot"
subtemplate = "custom"
rewrite = true
[[items]]
file = "~/.config/fish/colours.fish"
template = "fish"
subtemplate = "custom"
rewrite = true
[[items]]
file = "~/.config/vivid/custom_theme.yml"
template = "vivid"
subtemplate = "custom"
rewrite = true
hook = "vivid generate ~/.config/vivid/custom_theme.yml > ~/.config/fish/ls_colors"