A linux color tool inspired by windows color command of cmd written in zile for coloring terminals
user ./color color code eg 1 for blue or 2 for green or A for lime.
here's the table for colors
Code Color Name Color Code 0 Black 0 1 Blue 1 2 Green 2 3 Aqua 3 4 Red 4 5 Purple 5 6 Yellow 6 7 White 7 8 Gray 8 9 Light Blue 9 A Light Green A B Light Aqua B C Light Red C D Light Purple D E Light Yellow E F Bright White F
user like
./color 0 # for black or change 0 with any code shown aboveMake sure that you already has GNU GCC/G++ for compile the zile's bfc++ othervise you may noe be able to install it.
sudo apt install g++
g++ --versionsudo pacman -S g++This repo comes with zile compiler v1.2 check change logs of zile lang for seeing what was added. download and extract this repo first open the directory where the src dir and zile binary is present. just execute this command if already has g++
./zile lcolor.zile
g++ lcolor.zile.cpp -o color
./color --versionif after executing this command you won't see any version of LCT then that's a path error handle the path and try again!