From 355fecabe910260e54ecfc671af4a8dc4e12fef8 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Thu, 12 Apr 2007 07:14:42 +0000 Subject: [PATCH] Some missing values for theme colours (Action Editor - Long Keyframes) --- source/blender/src/resources.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/blender/src/resources.c b/source/blender/src/resources.c index c1c62bdd738..65f44027aee 100644 --- a/source/blender/src/resources.c +++ b/source/blender/src/resources.c @@ -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;