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-04-29 08:43:17 +0400
committerMatt Ebb <matt@mke3.net>2009-04-29 08:43:17 +0400
commitd110049d3743930eb9ea66d8fc4e1ffaddfcdf38 (patch)
tree8d4baf3e54064c7f802d50a14e2321262d360d89 /source/blender/editors/interface/interface_widgets.c
parenta010139085aba2f14aab27da4181414a7551a9f8 (diff)
* First pass updating the default theme for the new UI controls and darker colours
Diffstat (limited to 'source/blender/editors/interface/interface_widgets.c')
-rw-r--r--source/blender/editors/interface/interface_widgets.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/source/blender/editors/interface/interface_widgets.c b/source/blender/editors/interface/interface_widgets.c
index 703328345e9..baf5486ac3a 100644
--- a/source/blender/editors/interface/interface_widgets.c
+++ b/source/blender/editors/interface/interface_widgets.c
@@ -942,8 +942,8 @@ static struct uiWidgetColors wcol_text= {
static struct uiWidgetColors wcol_option= {
{0, 0, 0, 255},
- {63, 63, 63, 255},
- {63, 63, 63, 255},
+ {70, 70, 70, 255},
+ {70, 70, 70, 255},
{255, 255, 255, 255},
{0, 0, 0, 255},
@@ -956,8 +956,8 @@ static struct uiWidgetColors wcol_option= {
/* button that shows popup */
static struct uiWidgetColors wcol_menu= {
{0, 0, 0, 255},
- {63, 63, 63, 255},
- {63, 63, 63, 255},
+ {70, 70, 70, 255},
+ {70, 70, 70, 255},
{255, 255, 255, 255},
{255, 255, 255, 255},
@@ -971,10 +971,10 @@ static struct uiWidgetColors wcol_menu= {
static struct uiWidgetColors wcol_pulldown= {
{0, 0, 0, 255},
{63, 63, 63, 255},
- {46, 124, 217, 255},
+ {86, 128, 194, 255},
{255, 255, 255, 255},
- {255, 255, 255, 255},
+ {0, 0, 0, 255},
{0, 0, 0, 255},
0,
@@ -984,8 +984,8 @@ static struct uiWidgetColors wcol_pulldown= {
/* button inside menu */
static struct uiWidgetColors wcol_menu_item= {
{0, 0, 0, 255},
- {0, 0, 0, 76},
- {59, 135, 230, 255},
+ {0, 0, 0, 0},
+ {86, 128, 194, 255},
{255, 255, 255, 255},
{255, 255, 255, 255},
@@ -998,7 +998,7 @@ static struct uiWidgetColors wcol_menu_item= {
/* backdrop menu + title text color */
static struct uiWidgetColors wcol_menu_back= {
{0, 0, 0, 255},
- {0, 0, 0, 153},
+ {25, 25, 25, 230},
{46, 124, 217, 204},
{255, 255, 255, 255},
@@ -1012,7 +1012,7 @@ static struct uiWidgetColors wcol_menu_back= {
static struct uiWidgetColors wcol_radio= {
{0, 0, 0, 255},
- {63, 63, 63, 255},
+ {70, 70, 70, 255},
{86, 128, 194, 255},
{255, 255, 255, 255},