diff --git a/scripts/theme-colors b/scripts/theme-colors index 16c6f9d..fa9a672 100644 --- a/scripts/theme-colors +++ b/scripts/theme-colors @@ -13,8 +13,10 @@ declare -A color_mapping=( ['blue']=34 # TODO: Add more color values to expand our theme! # Refer to Bash color codes. For instance: - # ['yellow']=33 - # ['cyan']=36 + ['yellow']=33 + ['cyan']=36 + ['magenta']=35 + ['white']=37 ) if [[ -z "$1" ]]; then