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:
authorMatt Ebb <matt@mke3.net>2009-02-10 06:27:33 +0300
committerMatt Ebb <matt@mke3.net>2009-02-10 06:27:33 +0300
commit2d248a39c715c1022dd347f3f763f42e1d7ae4ca (patch)
treeb2d9269210724ea791ac0219e98201ef09401fa2 /source/blender
parentd262cde5f86a912c52212cbc849e9555112ed728 (diff)
Some theme colour tweaks
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/editors/interface/resources.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/editors/interface/resources.c b/source/blender/editors/interface/resources.c
index d55a40f9bbb..d0d1da40a8f 100644
--- a/source/blender/editors/interface/resources.c
+++ b/source/blender/editors/interface/resources.c
@@ -452,8 +452,8 @@ void ui_theme_init_userdef(void)
SETCOL(btheme->tipo.ds_channel, 82, 96, 110, 255);
SETCOL(btheme->tipo.ds_subchannel, 124, 137, 150, 255);
- SETCOL(btheme->tipo.group, 22, 112, 0, 255);
- SETCOL(btheme->tipo.group_active, 125, 233, 96, 255);
+ SETCOL(btheme->tipo.group, 79, 101, 73, 255);
+ SETCOL(btheme->tipo.group_active, 135, 177, 125, 255);
/* space file */
/* to have something initialized */
@@ -478,8 +478,8 @@ void ui_theme_init_userdef(void)
SETCOL(btheme->tact.hilite, 255, 160, 0, 100); // bar
SETCOL(btheme->tact.strip_select, 255, 160, 0, 255);
SETCOL(btheme->tact.strip, 78, 78, 78, 255);
- SETCOL(btheme->tact.group, 22, 112, 0, 255);
- SETCOL(btheme->tact.group_active, 125, 233, 96, 255);
+ SETCOL(btheme->tact.group, 79, 101, 73, 255);
+ SETCOL(btheme->tact.group_active, 135, 177, 125, 255)
SETCOL(btheme->tact.ds_channel, 82, 96, 110, 255);
SETCOL(btheme->tact.ds_subchannel, 124, 137, 150, 255);