[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [37325] branches/cycles/source/blender/ editors/interface/interface_widgets.c: Cycles UI: bring default theme colors in line with startup.blend.

Brecht Van Lommel brechtvanlommel at pandora.be
Thu Jun 9 01:36:56 CEST 2011


Revision: 37325
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37325
Author:   blendix
Date:     2011-06-08 23:36:56 +0000 (Wed, 08 Jun 2011)
Log Message:
-----------
Cycles UI: bring default theme colors in line with startup.blend.

Modified Paths:
--------------
    branches/cycles/source/blender/editors/interface/interface_widgets.c

Modified: branches/cycles/source/blender/editors/interface/interface_widgets.c
===================================================================
--- branches/cycles/source/blender/editors/interface/interface_widgets.c	2011-06-08 23:36:06 UTC (rev 37324)
+++ branches/cycles/source/blender/editors/interface/interface_widgets.c	2011-06-08 23:36:56 UTC (rev 37325)
@@ -1210,7 +1210,7 @@
 
 static struct uiWidgetColors wcol_num= {
 	{25, 25, 25, 255},
-	{180, 180, 180, 255},
+	{160, 160, 160, 255},
 	{153, 153, 153, 255},
 	{90, 90, 90, 255},
 	
@@ -1218,12 +1218,12 @@
 	{255, 255, 255, 255},
 	
 	1,
-	-20, 0
+	-5, 0
 };
 
 static struct uiWidgetColors wcol_numslider= {
 	{25, 25, 25, 255},
-	{180, 180, 180, 255},
+	{160, 160, 160, 255},
 	{153, 153, 153, 255},
 	{128, 128, 128, 255},
 	
@@ -1231,7 +1231,7 @@
 	{255, 255, 255, 255},
 	
 	1,
-	-20, 0
+	-5, 0
 };
 
 static struct uiWidgetColors wcol_text= {
@@ -1244,20 +1244,20 @@
 	{255, 255, 255, 255},
 	
 	1,
-	0, 25
+	0, 5
 };
 
 static struct uiWidgetColors wcol_option= {
 	{0, 0, 0, 255},
-	{70, 70, 70, 255},
-	{70, 70, 70, 255},
+	{60, 60, 60, 255},
+	{60, 60, 60, 255},
 	{255, 255, 255, 255},
 	
 	{0, 0, 0, 255},
 	{255, 255, 255, 255},
 	
 	1,
-	15, -15
+	5, -5
 };
 
 /* button that shows popup */
@@ -1265,13 +1265,13 @@
 	{0, 0, 0, 255},
 	{70, 70, 70, 255},
 	{70, 70, 70, 255},
-	{255, 255, 255, 255},
+	{45, 45, 45, 255},
 	
 	{255, 255, 255, 255},
 	{204, 204, 204, 255},
 	
 	1,
-	15, -15
+	5, -5
 };
 
 /* button that starts pulldown */
@@ -1298,7 +1298,7 @@
 	{255, 255, 255, 255},
 	{0, 0, 0, 255},
 	
-	1,
+	0,
 	38, 0
 };
 
@@ -1323,11 +1323,11 @@
 	{86, 128, 194, 255},
 	{255, 255, 255, 255},
 	
-	{255, 255, 255, 255},
+	{230, 230, 230, 255},
 	{0, 0, 0, 255},
 	
 	1,
-	15, -15
+	5, -5
 };
 
 static struct uiWidgetColors wcol_regular= {
@@ -1353,7 +1353,7 @@
 	{255, 255, 255, 255},
 	
 	1,
-	15, -15
+	5, -5
 };
 
 static struct uiWidgetColors wcol_box= {




More information about the Bf-blender-cvs mailing list