Add tide_true_color

This commit is contained in:
Ilan Cosman 2021-01-22 20:44:57 -08:00
parent 3bc8f52d58
commit ca11b789ef
4 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,6 @@ _tide_detect_os
set -g _tide_left_prompt_display_var _tide_left_prompt_display_$fish_pid
set -gx _tide_fish_pid $fish_pid
set -x fish_term24bit $fish_term24bit
function fish_prompt
set -lx _tide_last_pipestatus $pipestatus
@ -14,6 +13,8 @@ function fish_prompt
set CMD_DURATION $CMD_DURATION
set COLUMNS $COLUMNS
set fish_bind_mode $fish_bind_mode
set -g fish_term24bit $tide_true_color
set -g fish_term256 $tide_true_color
command kill $_tide_last_pid 2>/dev/null
set -U _tide_left_prompt_display_$fish_pid (_tide_prompt)

View File

@ -79,6 +79,7 @@ tide_status_success_icon '✔'
tide_time_bg_color 444444
tide_time_color 5F8787
tide_time_format '%T'
tide_true_color 1
tide_vi_mode_default_bg_color 444444
tide_vi_mode_default_color 87af00
tide_vi_mode_default_icon DEFAULT

View File

@ -79,6 +79,7 @@ tide_status_success_icon '✔'
tide_time_bg_color normal
tide_time_color 5F8787
tide_time_format '%T'
tide_true_color 1
tide_vi_mode_default_bg_color
tide_vi_mode_default_color
tide_vi_mode_default_icon

View File

@ -79,6 +79,7 @@ tide_status_success_icon '✔'
tide_time_bg_color D3D7CF
tide_time_color 000000
tide_time_format '%T'
tide_true_color 1
tide_vi_mode_default_bg_color 008000
tide_vi_mode_default_color 000000
tide_vi_mode_default_icon DEFAULT