Patch level : 10.0 no patch

Files correlati     : 
Ricompilazione Demo : [ ]
Commento            :

Aggiunto il colore LTYELLOW

git-svn-id: svn://10.65.10.50/branches/R_10_00@23214 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
bonazzi 2016-09-02 08:50:54 +00:00
parent ed54bd6276
commit 60b6b1b7c2

View File

@ -43,7 +43,7 @@ extern int INTERLINE;
extern bool ANIMATED_BOXES;
const COLOR COLOR_DKCYAN = XVT_MAKE_COLOR(0,128,128);
const COLOR COLOR_DKYELLOW = XVT_MAKE_COLOR(128,128, 0);
const COLOR COLOR_LTYELLOW = XVT_MAKE_COLOR(255, 255, 192);
const COLOR COLOR_DKGREEN = XVT_MAKE_COLOR(0,128, 0);
const COLOR COLOR_DKBLUE = XVT_MAKE_COLOR(0,0,128);
const COLOR COLOR_DKRED = XVT_MAKE_COLOR(128,0, 0);