#####################################
## https://sourceforge.net/projects/besgnulinux/
## https://distrowatch.com/table.php?distribution=besgnulinux
## https://besgnulinux.blogspot.com/
##
## This tool is for changing the system theme and single color
## icon theme color to your own desired color.
## It is specially made by Besgnulinux for those who like to use
## icon theme and system theme in the color you want.
## Using a plain color in window manager sessions and desktop
## sessions may be more attractive for some.
## Icon theme icons are quite large, there are over 14000 application icons.
## This tool is dependent on yad software.
## Available in the repositories of all distributions.
## For use, select the two colors in the opened window according
## to your own desire and activate it with your theme manager.
## 
## INSTALLATION
##
## Example:Debian/Ubuntu
## sudo apt install yad -y
##
## Open the terminal, enter the command below,
## type your password, say yes to the question and the process will be completed.
## path=$(find $HOME -type d -name 'bes-theme-color' 2>/dev/null | head -1) && cd "$path" ; ./bes-theme-install.sh
## 
##
## If you want to uninstall, enter the same command again.
## path=$(find $HOME -type d -name 'bes-theme-color' 2>/dev/null | head -1) && cd "$path" ; ./bes-theme-install.sh
##
##
## Note: You can install yad using your distribution's package manager.
##
##
##
