From 44678340259856b34f88dbfb63b8f527bd801fe9 Mon Sep 17 00:00:00 2001 From: Simon Olofsson Date: Fri, 6 Mar 2026 22:53:03 +0100 Subject: [PATCH] Remove rose-pine/pure plugin, now handled by rose-pine/fish Pure prompt colors are now reactively applied via --on-variable handlers in the rose-pine/fish conf.d integration. No manual rose_pine_pure call needed. Co-Authored-By: Claude Opus 4.6 --- fish/conf.d/theme.fish | 3 --- fish/fish_plugins | 1 - 2 files changed, 4 deletions(-) diff --git a/fish/conf.d/theme.fish b/fish/conf.d/theme.fish index 057dd4e..c1373d9 100644 --- a/fish/conf.d/theme.fish +++ b/fish/conf.d/theme.fish @@ -20,9 +20,6 @@ function __so_apply_theme --on-variable fish_terminal_color_theme set -f theme_variant dawn end - # Pure prompt colors - rose_pine_pure $theme_variant - # Bat and delta both use `BAT_THEME`. set -gx BAT_THEME "rose-pine-$theme_variant" diff --git a/fish/fish_plugins b/fish/fish_plugins index 8755b54..e1a6149 100644 --- a/fish/fish_plugins +++ b/fish/fish_plugins @@ -3,4 +3,3 @@ pure-fish/pure jorgebucaran/autopair.fish jorgebucaran/nvm.fish rose-pine/fish -rose-pine/pure