diff --git a/functions/tide/configure/choices/powerline/powerline_prompt_heads.fish b/functions/tide/configure/choices/powerline/powerline_prompt_heads.fish index 0030cadf..bf0817ba 100644 --- a/functions/tide/configure/choices/powerline/powerline_prompt_heads.fish +++ b/functions/tide/configure/choices/powerline/powerline_prompt_heads.fish @@ -16,6 +16,11 @@ function powerline_prompt_heads set -g fake_tide_right_prompt_prefix  _tide_display_prompt + _tide_option 4 Fade + set -g fake_tide_left_prompt_suffix ▓▒░ + set -g fake_tide_right_prompt_prefix ░▒▓ + _tide_display_prompt + _tide_menu (status function) switch $_tide_selected_option case Sharp @@ -27,6 +32,9 @@ function powerline_prompt_heads case Round set -g fake_tide_left_prompt_suffix  set -g fake_tide_right_prompt_prefix  + case Fade + set -g fake_tide_left_prompt_suffix ▓▒░ + set -g fake_tide_right_prompt_prefix ░▒▓ end _next_choice powerline/powerline_prompt_tails end diff --git a/functions/tide/configure/choices/powerline/powerline_prompt_tails.fish b/functions/tide/configure/choices/powerline/powerline_prompt_tails.fish index 6b1574b8..aaf2ed57 100644 --- a/functions/tide/configure/choices/powerline/powerline_prompt_tails.fish +++ b/functions/tide/configure/choices/powerline/powerline_prompt_tails.fish @@ -21,6 +21,11 @@ function powerline_prompt_tails set -g fake_tide_right_prompt_suffix  _tide_display_prompt + _tide_option 5 Fade + set -g fake_tide_left_prompt_prefix ░▒▓ + set -g fake_tide_right_prompt_suffix ▓▒░ + _tide_display_prompt + _tide_menu (status function) switch $_tide_selected_option case Flat @@ -35,6 +40,9 @@ function powerline_prompt_tails case Round set -g fake_tide_left_prompt_prefix  set -g fake_tide_right_prompt_suffix  + case Fade + set -g fake_tide_left_prompt_prefix ░▒▓ + set -g fake_tide_right_prompt_suffix ▓▒░ end _next_choice powerline/powerline_prompt_style end