Now updated brace_color...

This commit is contained in:
2022-06-05 02:19:40 -04:00
parent 286e9117f1
commit b9764bd8a6
2 changed files with 11 additions and 3 deletions

View File

@ -7,7 +7,7 @@ set date_color="ansi:5"
set time_color="ansi:13"
set text_color="reset"
set oldp_color="${dim}"
set brace_color="${bright_yellow}"
set brace_color="ansi:11"
set host_color="ansi:12"
set name_color="${bright_cyan}"
set at_color="${dim_cyan}"
@ -21,7 +21,6 @@ set color_start="%{"
set color_end="%}"
set oldp_color_seq="${color_start}${oldp_color}${color_end}"
set brace_color_seq="${color_start}${brace_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}"