diff --git a/functions/tide/configure/configs/classic.fish b/functions/tide/configure/configs/classic.fish index 1a75a10..bfa4834 100644 --- a/functions/tide/configure/configs/classic.fish +++ b/functions/tide/configure/configs/classic.fish @@ -16,7 +16,7 @@ tide_cmd_duration_threshold 3000 tide_context_always_display false tide_context_bg_color 444444 tide_context_color_default D7AF87 -tide_context_color_root_color $_tide_color_gold +tide_context_color_root $_tide_color_gold tide_context_color_ssh D7AF87 tide_git_bg_color 444444 tide_git_bg_color_unstable 444444 diff --git a/functions/tide/configure/configs/lean.fish b/functions/tide/configure/configs/lean.fish index 9c06646..96cc548 100644 --- a/functions/tide/configure/configs/lean.fish +++ b/functions/tide/configure/configs/lean.fish @@ -16,7 +16,7 @@ tide_cmd_duration_threshold 3000 tide_context_always_display false tide_context_bg_color normal tide_context_color_default D7AF87 -tide_context_color_root_color $_tide_color_gold +tide_context_color_root $_tide_color_gold tide_context_color_ssh D7AF87 tide_git_bg_color normal tide_git_bg_color_unstable normal diff --git a/functions/tide/configure/configs/rainbow.fish b/functions/tide/configure/configs/rainbow.fish index ab106b3..14098ca 100644 --- a/functions/tide/configure/configs/rainbow.fish +++ b/functions/tide/configure/configs/rainbow.fish @@ -16,7 +16,7 @@ tide_cmd_duration_threshold 3000 tide_context_always_display false tide_context_bg_color 444444 tide_context_color_default D7AF87 -tide_context_color_root_color $_tide_color_gold +tide_context_color_root $_tide_color_gold tide_context_color_ssh D7AF87 tide_git_bg_color 4E9A06 tide_git_bg_color_unstable C4A000