Skip to content

Commit

Permalink
Add home/.config/tinty/config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Sep 27, 2024
1 parent b0bf8fa commit a96dc32
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions home/dot_config/tinty/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
default-scheme = "base16-default-dark"

[[items]]
name = "base16-alacritty"
path = "https://github.com/aarowill/base16-alacritty"
themes-dir = "colors"
hook = "cp -f %f ~/.config/alacritty/colors.toml"

[[items]]
name = "base16-shell"
path = "https://github.com/tinted-theming/base16-shell"
themes-dir = "scripts"
hook = ". %f"

[[items]]
name = "base16-zellij"
path = "https://github.com/jasonmorganson/base16-zellij.git"
themes-dir = "themes"
hook = "cp -f %f ~/.config/zellij/themes/theme.kdl"

[[items]]
name = "base16-helix"
path = "https://github.com/tinted-theming/base16-helix"
themes-dir = "themes"
hook = "cp -f %f ~/.config/helix/themes/theme.toml"

[[items]]
name = "tinted-fzf"
path = "https://github.com/tinted-theming/tinted-fzf"
themes-dir = "sh"

0 comments on commit a96dc32

Please sign in to comment.