I've started the process of redesigning the colours.

This commit is contained in:
2022-06-04 13:15:10 -04:00
parent 2737fbb288
commit 430a7e8b0e
4 changed files with 39 additions and 12 deletions

View File

@ -3,15 +3,15 @@
######################
set date_color="${dim_magenta}"
set time_color="${bright_magenta}"
set date_color="ansi:5"
set time_color="ansi:13"
set text_color="${bright_white}"
set oldp_color="${dim}"
set brace_color="${bright_yellow}"
set host_color="${bright_blue}"
set name_color="${bright_cyan}"
set at_color="${dim_cyan}"
set path_color="${bright_green}"
set path_color="ansi:10"
set line_color="${dim_red}"
set prompt_color="${dim}"
set depth_color="${dim_yellow}"
@ -20,15 +20,12 @@ set command_color="${dim}"
set color_start="%{"
set color_end="%}"
set date_color_seq="${color_start}${date_color}${color_end}"
set time_color_seq="${color_start}${time_color}${color_end}"
set text_color_seq="${color_start}${text_color}${color_end}"
set oldp_color_seq="${color_start}${oldp_color}${color_end}"
set brace_color_seq="${color_start}${brace_color}${color_end}"
set host_color_seq="${color_start}${host_color}${color_end}"
set name_color_seq="${color_start}${name_color}${color_end}"
set at_color_seq="${color_start}${at_color}${color_end}"
set path_color_seq="${color_start}${path_color}${color_end}"
set line_color_seq="${color_start}${line_color}${color_end}"
set prompt_color_seq="${color_start}${prompt_color}${color_end}"
set depth_color_seq="${color_start}${depth_color}${color_end}"