2.5 UI:
*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:
@@ -1026,7 +1026,7 @@ static struct uiWidgetColors wcol_radio= {
|
||||
{0, 0, 0, 255},
|
||||
|
||||
1,
|
||||
25, -25
|
||||
15, -15
|
||||
};
|
||||
|
||||
static struct uiWidgetColors wcol_regular= {
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user