Name | Modified | Size | Downloads / Week |
---|---|---|---|
ReadMe.txt | 2015-09-10 | 1.0 kB | |
TextColor.cpp | 2015-09-10 | 7.0 kB | |
textcolor.exe | 2015-09-10 | 114.7 kB | |
README.txt | 2015-08-28 | 970 Bytes | |
TextColor.sln | 2015-08-28 | 1.3 kB | |
TextColor.vcxproj | 2015-08-28 | 7.7 kB | |
TextColor.vcxproj.filters | 2015-08-28 | 1.3 kB | |
stdafx.cpp | 2015-08-28 | 296 Bytes | |
stdafx.h | 2015-08-28 | 320 Bytes | |
targetver.h | 2015-08-28 | 314 Bytes | |
TextColor.png | 2015-08-28 | 1.3 kB | |
Totals: 11 Items | 136.2 kB | 0 |
TextColor has two usage modes, hex and text. * The hex mode matches the format of the COLOR command, like so TextColor 4e This would set the background color to 4 ( red ), and the foreground color to e ( yellow ). Color attributes are specified by TWO hex digits -- the first corresponds to the background; the second the foreground. Each digit can be any of the following values: 0 = Black 8 = Gray 1 = Blue 9 = Light Blue 2 = Green A = Light Green 3 = Aqua B = Light Aqua 4 = Red C = Light Red 5 = Purple D = Light Purple 6 = Yellow E = Light Yellow 7 = White F = Bright White * The other mode lets you set the background or foreground colors individually like so. TextColor bg darkgrey TextColor bg 7 This would set a dark grey background. TextColor fg white TextColor fg f Sets the foreground color to white. Access help with this mode by typing TextColor bg help