diff --git a/tcshrc.colors b/tcshrc.colors index eb2d935..d8b74ff 100644 --- a/tcshrc.colors +++ b/tcshrc.colors @@ -7,6 +7,7 @@ set csi='[' set ansi_bright='1' set ansi_dim='0' set ansi_color='m' +set ansi_reverse='7' set ansi_black='30' set ansi_red='31' @@ -20,6 +21,7 @@ set ansi_white='37' set bright="$csi$ansi_bright$ansi_color" set dim="$csi$ansi_dim$ansi_color" +set reverse="$csi$ansi_reverse$ansi_color" set black="$csi$ansi_black$ansi_color" diff --git a/tcshrc.prompt.colors b/tcshrc.prompt.colors index faa6bb9..0ab6958 100644 --- a/tcshrc.prompt.colors +++ b/tcshrc.prompt.colors @@ -6,7 +6,7 @@ set date_color="${dim_magenta}" set time_color="${bright_magenta}" set text_color="${bright_white}" -set oldp_color="${dim_white}" +set oldp_color="${dim}" set brace_color="${bright_yellow}" set host_color="${bright_blue}" set name_color="${bright_cyan}" @@ -15,7 +15,7 @@ set path_color="${bright_green}" set line_color="${dim_red}" set prompt_color="${dim_white}" set depth_color="${dim_yellow}" -set command_color="${dim_white}" +set command_color="${dim}" set color_start="%{" set color_end="%}"