aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--sheldon/.config/sheldon/plugins.toml12
-rw-r--r--tmux/.config/tmux/tmux.conf2
2 files changed, 10 insertions, 4 deletions
diff --git a/sheldon/.config/sheldon/plugins.toml b/sheldon/.config/sheldon/plugins.toml
index a026960..bb21c3e 100644
--- a/sheldon/.config/sheldon/plugins.toml
+++ b/sheldon/.config/sheldon/plugins.toml
@@ -1,6 +1,8 @@
[templates]
defer = '{% for file in files %} zsh-defer source "{{ file }}" {% endfor %}'
contrib_fpath = 'fpath=( "{{ dir }}/contrib/completion/zsh" $fpath )'
+base16_config = 'export BASE16_CONFIG_PATH="{{ dir }}"'
+base16_fzf = 'export BASE16_FZF_PATH="{{ dir }}"'
[plugins]
@@ -33,9 +35,13 @@ apply = ["fpath"]
github = "docker/cli"
apply = ["contrib_fpath"]
-[plugins.base16]
-github = "chriskempson/base16-shell"
-apply = ["defer"]
+[plugins.base16-shell]
+github = "tinted-theming/base16-shell"
+apply = ["base16_config"]
+
+[plugins.base16-fzf]
+github = "tinted-theming/base16-fzf"
+apply = ["base16_fzf"]
[plugins.zsh-syntax-highlighting]
github = "zsh-users/zsh-syntax-highlighting"
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf
index 3d4e728..4b2b077 100644
--- a/tmux/.config/tmux/tmux.conf
+++ b/tmux/.config/tmux/tmux.conf
@@ -40,7 +40,7 @@ set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'tmux-plugins/tmux-pain-control'
-set -g @plugin 'lawabidingcactus/tmux-gruvbox-truecolor'
+set -g @plugin 'tinted-theming/base16-tmux'
if "test ! -d $XDG_CONFIG_HOME/tmux/plugins/tpm" \
"run 'git clone https://github.com/tmux-plugins/tpm $XDG_CONFIG_HOME/tmux/plugins/tpm && $XDG_CONFIG_HOME/tmux/plugins/tpm/bin/install_plugins'"