1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-09 17:54:17 +00:00

🐛 change color

This commit is contained in:
Tw93
2025-10-05 22:37:43 +08:00
parent 518b04a759
commit c253e0ee60
8 changed files with 41 additions and 41 deletions

View File

@@ -298,7 +298,7 @@ manage_whitelist() {
fi
if [[ ${#all_items[@]} -eq 0 ]]; then
echo -e "${BLUE}${NC} No cache files found - system is clean!"
echo -e "${GREEN}${NC} No cache files found - system is clean!"
echo ""
echo "Press any key to exit..."
read -n 1 -s
@@ -308,7 +308,7 @@ manage_whitelist() {
# Update global array with all items
AVAILABLE_CACHE_ITEMS=("${all_items[@]}")
echo -e "${BLUE}${NC} Found ${#AVAILABLE_CACHE_ITEMS[@]} items"
echo -e "${GREEN}${NC} Found ${#AVAILABLE_CACHE_ITEMS[@]} items"
echo ""
local -a menu_options=()
@@ -432,7 +432,7 @@ EOF
fi
echo ""
echo -e "${BLUE}${NC} Protected $total_count items${summary}"
echo -e "${GREEN}${NC} Protected $total_count items${summary}"
echo -e "${GRAY}Config: ${WHITELIST_CONFIG}${NC}"
}