Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2007-04-12 11:14:42 +0400
committerJoshua Leung <aligorith@gmail.com>2007-04-12 11:14:42 +0400
commit355fecabe910260e54ecfc671af4a8dc4e12fef8 (patch)
tree314206228aac39dd7a307527ab420c763bd26717 /source/blender/src/resources.c
parentff38a988aefa709d0bb97717a5fbf2a1d4ef7b2c (diff)
Some missing values for theme colours (Action Editor - Long Keyframes)
Diffstat (limited to 'source/blender/src/resources.c')
-rw-r--r--source/blender/src/resources.c2
1 files changed, 2 insertions, 0 deletions
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;