Colour for nesting depth prompt is now modernized

This commit is contained in:
2022-06-05 15:37:08 -04:00
parent e9fe40ca91
commit 00338131e5
3 changed files with 11 additions and 4 deletions

View File

@ -13,13 +13,12 @@ set at_color="${dim_cyan}"
set path_color="ansi:10"
set line_color="ansi:1"
set prompt_color="reset"
set depth_color="${dim_yellow}"
set depth_color="ansi:3"
set color_start="%{"
set color_end="%}"
set at_color_seq="${color_start}${at_color}${color_end}"
set depth_color_seq="${color_start}${depth_color}${color_end}"
###########################
# vim:filetype=tcsh