Some missing values for theme colours (Action Editor - Long Keyframes)

This commit is contained in:
Joshua Leung
2007-04-12 07:14:42 +00:00
parent ff38a988ae
commit 355fecabe9

View File

@@ -446,6 +446,8 @@ void BIF_InitTheme(void)
SETCOL(btheme->tact.shade1, 172, 172, 172, 255); // sliders
SETCOL(btheme->tact.shade2, 84, 44, 31, 100); // bar
SETCOL(btheme->tact.hilite, 17, 27, 60, 100); // bar
SETCOL(btheme->tact.strip_select, 0xff, 0xff, 0xaa, 255);
SETCOL(btheme->tact.strip, 0xe4, 0x9c, 0xc6, 255);
/* space nla */
btheme->tnla= btheme->tv3d;