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-09 05:54:40 +0300
committerMatt Ebb <matt@mke3.net>2009-02-09 05:54:40 +0300
commit85231e5fd44ee67469eedcbdc9d1a0dc64ff822f (patch)
tree42cbabc010b2bddb50e9d2878fd689d433a2f9bc /source/blender/editors/interface/resources.c
parent0139d9d121c5c44f8ccc0d36c11f11f3f7d674ae (diff)
* Some more 2.5 theme updates
Diffstat (limited to 'source/blender/editors/interface/resources.c')
-rw-r--r--source/blender/editors/interface/resources.c32
1 files changed, 16 insertions, 16 deletions
diff --git a/source/blender/editors/interface/resources.c b/source/blender/editors/interface/resources.c
index 8b320de8257..33e738cfc68 100644
--- a/source/blender/editors/interface/resources.c
+++ b/source/blender/editors/interface/resources.c
@@ -439,19 +439,19 @@ void ui_theme_init_userdef(void)
SETCOL(btheme->tipo.back, 120, 120, 120, 255);
SETCOL(btheme->tipo.header, 195, 195, 195, 255);
SETCOL(btheme->tipo.panel, 255, 255, 255, 150);
- SETCOL(btheme->tipo.shade1, 172, 172, 172, 100);
- SETCOL(btheme->tipo.shade2, 0x70, 0x70, 0x70, 100);
- SETCOL(btheme->tipo.vertex, 0xff, 0x70, 0xff, 255);
- SETCOL(btheme->tipo.vertex_select, 0xff, 0xff, 0x70, 255);
+ SETCOL(btheme->tipo.shade1, 172, 172, 172, 100);
+ SETCOL(btheme->tipo.shade2, 0x70, 0x70, 0x70, 100);
+ SETCOL(btheme->tipo.vertex, 0, 0, 0, 255);
+ SETCOL(btheme->tipo.vertex_select, 255, 133, 0, 255);
SETCOL(btheme->tipo.hilite, 0x60, 0xc0, 0x40, 255);
btheme->tipo.vertex_size= 3;
- SETCOL(btheme->tipo.handle_vertex, 0xff, 0x70, 0xff, 255);
- SETCOL(btheme->tipo.handle_vertex_select, 0xff, 0xff, 0x70, 255);
+ SETCOL(btheme->tipo.handle_vertex, 0, 0, 0, 255);
+ SETCOL(btheme->tipo.handle_vertex_select, 255, 133, 0, 255);
btheme->tipo.handle_vertex_size= 3;
- SETCOL(btheme->tipo.ds_channel, 0x36, 0x13, 0xca, 255);
- SETCOL(btheme->tipo.ds_subchannel, 0x60, 0x43, 0xd2, 255);
+ SETCOL(btheme->tipo.ds_channel, 82, 96, 110, 255);
+ SETCOL(btheme->tipo.ds_subchannel, 124, 137, 150, 255);
/* space file */
/* to have something initialized */
@@ -478,8 +478,8 @@ void ui_theme_init_userdef(void)
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.ds_channel, 0x36, 0x13, 0xca, 255);
- SETCOL(btheme->tact.ds_subchannel, 0x60, 0x43, 0xd2, 255);
+ SETCOL(btheme->tact.ds_channel, 82, 96, 110, 255);
+ SETCOL(btheme->tact.ds_subchannel, 124, 137, 150, 255);
/* space nla */
@@ -511,12 +511,12 @@ void ui_theme_init_userdef(void)
/* space image */
btheme->tima= btheme->tv3d;
SETCOL(btheme->tima.back, 53, 53, 53, 255);
- SETCOL(btheme->tima.vertex, 0xff, 0x70, 0xff, 255);
- SETCOL(btheme->tima.vertex_select, 0xff, 0xff, 0x70, 255);
- btheme->tima.vertex_size= 2;
- btheme->tima.facedot_size= 2;
- SETCOL(btheme->tima.face, 0, 50, 150, 40);
- SETCOL(btheme->tima.face_select, 200, 100, 200, 80);
+ SETCOL(btheme->tima.vertex, 0, 0, 0, 255);
+ SETCOL(btheme->tima.vertex_select, 255, 133, 0, 255);
+ btheme->tima.vertex_size= 3;
+ btheme->tima.facedot_size= 3;
+ SETCOL(btheme->tima.face, 255, 255, 255, 10);
+ SETCOL(btheme->tima.face_select, 255, 133, 0, 60);
SETCOL(btheme->tima.editmesh_active, 255, 255, 255, 128);
/* space imageselect */