Host colour rewritten.

This commit is contained in:
2022-06-04 19:30:34 -04:00
parent 8b398af672
commit 286e9117f1
3 changed files with 11 additions and 4 deletions

View File

@ -8,7 +8,7 @@ set time_color="ansi:13"
set text_color="reset"
set oldp_color="${dim}"
set brace_color="${bright_yellow}"
set host_color="${bright_blue}"
set host_color="ansi:12"
set name_color="${bright_cyan}"
set at_color="${dim_cyan}"
set path_color="ansi:10"
@ -22,7 +22,6 @@ set 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 line_color_seq="${color_start}${line_color}${color_end}"