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

@ -80,6 +80,7 @@ set bright_white="$csi$ansi_bright;$ansi_white$ansi_color"
# You process true colour by evaluating `__make_color_sequence` on the environment variable.
alias __make_color_sequence ${CSHENV_DIR}/bin/__hex_to_ansi
set sgr_reset="[`__build_sgr_code no-csi reset`m"
###########################
# vim:filetype=tcsh