*changed the 3d-view grid color, it was very difficult to see the difference between grid and background in orthographic view. 

*changed the radio buttons shading a bit.
This commit is contained in:
2009-05-16 17:30:13 +00:00
parent 71586623d9
commit aaa96cde65
2 changed files with 2 additions and 2 deletions

View File

@@ -1026,7 +1026,7 @@ static struct uiWidgetColors wcol_radio= {
{0, 0, 0, 255},
1,
25, -25
15, -15
};
static struct uiWidgetColors wcol_regular= {

View File

@@ -442,7 +442,7 @@ void ui_theme_init_userdef(void)
SETCOL(btheme->tv3d.shade1, 160, 160, 160, 100);
SETCOL(btheme->tv3d.shade2, 0x7f, 0x70, 0x70, 100);
SETCOLF(btheme->tv3d.grid, 0.222, 0.222, 0.222, 1.0);
SETCOLF(btheme->tv3d.grid, 0.251, 0.251, 0.251, 1.0);
SETCOL(btheme->tv3d.wire, 0x0, 0x0, 0x0, 255);
SETCOL(btheme->tv3d.lamp, 0, 0, 0, 40);
SETCOL(btheme->tv3d.select, 241, 88, 0, 255);