Page 1 of 1

Many on color hoping this one will get answered..

Posted: Mon Mar 17, 2008 10:53 am
by Solaris17
Ok so after alot of searching on this forum it seems many would like to change the colors of the screens on the UBCD...i would like a read background with ALL the words being bright white....i was wondering if anyone knows how to do this?.....it seems that the color sequence is made up of all 3 types of color code...RGB binary and hex....i was wondering if anyone knows how to modify this code as i have failed misrably or if anyone already knows the values that have to be set to get a RED background with WHITE words thanky ou much...

Posted: Tue Mar 18, 2008 5:02 am
by Victor Chew
The information you need is available here.

eg.

MENU COLOR SCREEN 37;41
MENU COLOR BORDER 37;41
MENU COLOR TITLE 1;37;41
MENU COLOR SCROLLBAR 37;41
MENU COLOR UNSEL 37;41
MENU COLOR SEL 7;37;41
...

Posted: Tue Mar 18, 2008 1:35 pm
by Solaris17
thnx a bunch man i didnt under stand how you were doing it so i was all sorts of lost :)