#!/bin/bash BRIGHTORANGE="\e[0;38;2;175;104;76m" BRIGHTPINK="\e[0;38;2;245;88;89m" BROWN="\e[0;38;2;175;104;76m" DARKRED="\e[0;38;2;124;22;34m" PINK="\e[0;38;2;213;38;57m" SHAMROCK="\e[0;38;2;46;194;126m" SKYBLUE="\e[0;38;2;37;178;238m" YELLOW="\e[0;38;2;254;209;75m" BOLD="\033[1m" NC='\033[0m' # No Color echo -e "${BRIGHTPINK}${BOLD}From the version 5.0, the Adwaita++ versions will be named after a tree or leaf randomly in Latin.${NC}" echo -e " " echo -e "${BRIGHTORANGE}#${NC} ${BRIGHTPINK}5.0${NC} – ${BROWN}${BOLD}Paubrasilia echinata${NC}" echo -e "${PINK}➡${NC} New Adwaita++ logotype, based on GNOME Project's original Adwaita icons theme logotype" echo -e "${PINK}➡${NC} ${SKYBLUE}@gusbemacbe${NC} has upgrade the new battery design that GNOME Project developers did not upgrade for a decade!" echo -e "${PINK}➡${NC} Increased from 2170 to 3009 apps icons!" echo -e "${PINK}➡${NC} ${SKYBLUE}@gusbemacbe${NC} has completed the full support for KDE and made more than 2 thousand beautiful Breeze icons in pure Adwaita++ style!" echo -e "${PINK}➡${NC} Added new 23 places icons." echo -e "${PINK}➡${NC} A new colour of places icons, inspired by the latest Yaru’s places icons." echo -e " " echo -e "${BRIGHTORANGE}#${NC} ${BRIGHTPINK}6.0${NC} – ${BROWN}${BOLD}Bauhinia variegata${NC}" echo -e "${PINK}➡${NC} New Adwaita++ folders styles: Synthwave ‘84, TRON and Void Linux." echo -e "${PINK}➡${NC} Fuzziness of battery icons have been fixed ${YELLOW}(#34)${NC}." echo -e "${PINK}➡${NC} Added 43 apps icons, ugraded and updated 17 apps icons, updated 3 devices icons, 3 mimtypes icons and 2 trash icons." echo -e "${PINK}➡${NC} Under the user’s demand, Adwaita++ Dark Colorful has been added." echo -e " "