mirror of
https://github.com/tw93/Mole.git
synced 2026-03-23 16:25:09 +00:00
Uniform color specifications
This commit is contained in:
@@ -34,10 +34,10 @@ main() {
|
||||
|
||||
# Run all checks in parallel with spinner
|
||||
if [[ -t 1 ]]; then
|
||||
echo -ne "${PURPLE}System Check${NC} "
|
||||
echo -ne "${PURPLE_BOLD}System Check${NC} "
|
||||
start_inline_spinner "Running checks..."
|
||||
else
|
||||
echo -e "${PURPLE}System Check${NC}"
|
||||
echo -e "${PURPLE_BOLD}System Check${NC}"
|
||||
echo ""
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user