|
|
|
@ -65,6 +65,7 @@ git_prompt_color_samples() { |
|
|
|
echo -e "${color}$1${ResetColor}" | sed 's/\\\]//g' | sed 's/\\\[//g' |
|
|
|
echo -e "${color}$1${ResetColor}" | sed 's/\\\]//g' | sed 's/\\\[//g' |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
local x=0 |
|
|
|
while (( x < 8 )) ; do |
|
|
|
while (( x < 8 )) ; do |
|
|
|
showColor ${ColorNames[x]} |
|
|
|
showColor ${ColorNames[x]} |
|
|
|
showColor "Dim${ColorNames[x]}" |
|
|
|
showColor "Dim${ColorNames[x]}" |
|
|
|
|