From a96dc321663f380ad68a3e56598c8799236ce270 Mon Sep 17 00:00:00 2001 From: Jason Morganson <128727+jasonmorganson@users.noreply.github.com> Date: Fri, 12 Apr 2024 14:33:57 -0400 Subject: [PATCH] Add home/.config/tinty/config.toml --- home/dot_config/tinty/config.toml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 home/dot_config/tinty/config.toml diff --git a/home/dot_config/tinty/config.toml b/home/dot_config/tinty/config.toml new file mode 100644 index 00000000..0cf16c99 --- /dev/null +++ b/home/dot_config/tinty/config.toml @@ -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" +