Remove pure style

This commit is contained in:
Ilan Cosman 2021-01-19 16:09:16 -08:00
parent 8752bb5ce1
commit e93f86267d
6 changed files with 1 additions and 161 deletions

View File

@ -165,7 +165,6 @@ Open each file and click "Install". This will make the `MesloLGS NF` font availa
[meslolgs nf regular.ttf]: https://github.com/IlanCosman/tide/raw/main/resources/fonts/mesloLGS_NF_regular.ttf
[nerd fonts]: https://github.com/ryanoasis/nerd-fonts
[powerlevel10k]: https://github.com/romkatv/powerlevel10k/
[pure]: https://github.com/rafaelrinaldi/pure
[pwd]: resources/images/pwd.png
[spacefish]: https://github.com/matchai/spacefish
[starship]: https://github.com/starship/starship

View File

@ -29,7 +29,7 @@ end
function _show_time_next_choice
switch $_tide_configure_style
case lean pure
case lean
_next_choice "$_tide_configure_style"/"$_tide_configure_style"_prompt_height
case classic rainbow
_next_choice "$_tide_configure_style"/"$_tide_configure_style"_prompt_separators

View File

@ -13,10 +13,6 @@ function style
_load_config 'rainbow'
_tide_display_prompt
_tide_option 4 'Pure'
_load_config 'pure'
_tide_display_prompt
_tide_menu
switch $_tide_selected_option
case 1
@ -28,9 +24,6 @@ function style
case 3
_load_config rainbow
_next_choice 'all/show_time'
case 4
_load_config pure
_next_choice 'pure/pure_nonperm_content_location'
end
end

View File

@ -1,25 +0,0 @@
function pure_nonperm_content_location
_tide_title 'Non-permanent content location'
_tide_option 1 'Left'
set -g fake_tide_left_prompt_items 'pwd' 'git' 'cmd_duration' 'newline' 'virtual_env' 'prompt_char'
set -g fake_tide_right_prompt_items
_tide_display_prompt
_tide_option 2 'Right'
set -g fake_tide_left_prompt_items 'pwd' 'git' 'newline' 'prompt_char'
set -g fake_tide_right_prompt_items 'cmd_duration' 'virtual_env'
_tide_display_prompt
_tide_menu
switch $_tide_selected_option
case 1
set -g fake_tide_left_prompt_items 'pwd' 'git' 'cmd_duration' 'newline' 'virtual_env' 'prompt_char'
set -g fake_tide_right_prompt_items
_next_choice 'all/show_time'
case 2
set -g fake_tide_left_prompt_items 'pwd' 'git' 'newline' 'prompt_char'
set -g fake_tide_right_prompt_items 'cmd_duration' 'virtual_env'
_next_choice 'all/show_time'
end
end

View File

@ -1,22 +0,0 @@
function pure_prompt_height
_tide_title 'Prompt Height'
_tide_option 1 'One line'
_find_and_remove 'newline' fake_tide_left_prompt_items
_tide_display_prompt
_tide_option 2 'Two lines'
set -g fake_tide_left_prompt_items $fake_tide_left_prompt_items[1..-3] 'newline' $fake_tide_left_prompt_items[-2..-1]
_tide_display_prompt
_tide_menu
switch $_tide_selected_option
case 1
_find_and_remove 'newline' fake_tide_left_prompt_items
_next_choice 'all/prompt_connection_andor_frame_color'
case 2
_find_and_remove 'newline' fake_tide_left_prompt_items
set -g fake_tide_left_prompt_items $fake_tide_left_prompt_items[1..-3] 'newline' $fake_tide_left_prompt_items[-2..-1]
_next_choice 'all/prompt_connection_andor_frame_color'
end
end

View File

@ -1,105 +0,0 @@
__fish_git_prompt_char_dirtystate '*'
__fish_git_prompt_char_stagedstate '*'
__fish_git_prompt_char_stashstate ' ≡'
__fish_git_prompt_char_stateseparator ''
__fish_git_prompt_char_upstream_ahead ' ⇡'
__fish_git_prompt_char_upstream_behind ' ⇣'
__fish_git_prompt_char_upstream_diverged ' ⇡⇣'
__fish_git_prompt_char_upstream_equal ''
__fish_git_prompt_color_branch brblack
__fish_git_prompt_color_dirtystate brblack
__fish_git_prompt_color_stagedstate brblack
__fish_git_prompt_color_stashstate cyan
__fish_git_prompt_color_upstream cyan
__fish_git_prompt_showdirtystate true
__fish_git_prompt_showstashstate true
__fish_git_prompt_showupstream true
tide_cmd_duration_bg_color normal
tide_cmd_duration_color yellow
tide_cmd_duration_decimals 0
tide_cmd_duration_icon
tide_cmd_duration_threshold 3000
tide_context_always_display false
tide_context_bg_color normal
tide_context_default_color D7AF87
tide_context_root_color $_tide_color_gold
tide_context_ssh_color D7AF87
tide_git_prompt_bg_color normal
tide_jobs_bg_color normal
tide_jobs_color $_tide_color_dark_green
tide_jobs_icon ''
tide_left_prompt_frame_color 6C6C6C
tide_left_prompt_frame_enabled false
tide_left_prompt_item_separator_diff_color ' '
tide_left_prompt_item_separator_same_color ' '
tide_left_prompt_item_separator_same_color_color 949494
tide_left_prompt_items 'pwd' 'git_prompt' 'cmd_duration' 'virtual_env' 'newline' 'prompt_char'
tide_left_prompt_pad_items false
tide_left_prompt_prefix ''
tide_left_prompt_suffix ' '
tide_nvm_bg_color normal
tide_nvm_color 00AFAF
tide_nvm_default_node
tide_nvm_icon '⬢'
tide_os_bg_color normal
tide_os_color normal
tide_print_newline_before_prompt 'true'
tide_prompt_char_bg_color normal
tide_prompt_char_failure_color red
tide_prompt_char_icon ''
tide_prompt_char_success_color magenta
tide_prompt_char_vi_default_icon ''
tide_prompt_char_vi_insert_icon ''
tide_prompt_char_vi_replace_icon ''
tide_prompt_char_vi_visual_icon ''
tide_prompt_connection_color 6C6C6C
tide_prompt_connection_icon ''
tide_pwd_anchors
tide_pwd_bg_color normal
tide_pwd_color_anchors $_tide_color_light_blue
tide_pwd_color_dirs blue
tide_pwd_color_truncated_dirs 8787AF
tide_pwd_dir_icon
tide_pwd_home_icon
tide_pwd_markers
tide_pwd_truncate_margin 10
tide_pwd_unwritable_icon
tide_right_prompt_frame_color 6C6C6C
tide_right_prompt_frame_enabled false
tide_right_prompt_item_separator_diff_color ' '
tide_right_prompt_item_separator_same_color ' '
tide_right_prompt_item_separator_same_color_color 949494
tide_right_prompt_items
tide_right_prompt_pad_items false
tide_right_prompt_prefix ' '
tide_right_prompt_suffix ''
tide_rust_bg_color normal
tide_rust_color 00AFAF
tide_rust_icon ''
tide_rust_verbose_version true
tide_status_always_display false
tide_status_failure_bg_color normal
tide_status_failure_color D70000
tide_status_failure_icon '✘'
tide_status_success_bg_color normal
tide_status_success_color $_tide_color_dark_green
tide_status_success_icon '✔'
tide_time_bg_color normal
tide_time_color 6C6C6C
tide_time_format '%T'
tide_vi_mode_default_bg_color
tide_vi_mode_default_color
tide_vi_mode_default_icon
tide_vi_mode_insert_bg_color
tide_vi_mode_insert_color
tide_vi_mode_insert_icon
tide_vi_mode_replace_bg_color
tide_vi_mode_replace_color
tide_vi_mode_replace_icon
tide_vi_mode_visual_bg_color
tide_vi_mode_visual_color
tide_vi_mode_visual_icon
tide_virtual_env_bg_color normal
tide_virtual_env_color brblack
tide_virtual_env_display_mode 'venvName'
tide_virtual_env_icon