murrine r12 - in trunk: . src



Author: acimitan
Date: Sat Feb 16 01:29:15 2008
New Revision: 12
URL: http://svn.gnome.org/viewvc/murrine?rev=12&view=rev

Log:
2008-02-16  Andrea Cimitan  <andrea cimitan gmail com>

	* src/support.h:
	Less transparency, more opacity on rgba mode :)
	Tell me if you like it more


Modified:
   trunk/ChangeLog
   trunk/src/support.h

Modified: trunk/src/support.h
==============================================================================
--- trunk/src/support.h	(original)
+++ trunk/src/support.h	Sat Feb 16 01:29:15 2008
@@ -32,16 +32,16 @@
 #define CHECK_SIZE 13
 
 /* Opacity settings */
-#define GRADIENT_OPACITY 0.90
-#define WINDOW_OPACITY 0.84
-#define ENTRY_OPACITY 0.88
-#define NOTEBOOK_OPACITY 0.90
-#define MENUBAR_OPACITY 0.90
-#define MENUBAR_GLOSSY_OPACITY 0.86
-#define MENUBAR_STRIPED_OPACITY 0.94
-#define TOOLBAR_OPACITY 0.87
-#define TOOLBAR_GLOSSY_OPACITY 0.86
-#define MENU_OPACITY 0.90
+#define GRADIENT_OPACITY 0.92
+#define WINDOW_OPACITY 0.86
+#define ENTRY_OPACITY 0.90
+#define NOTEBOOK_OPACITY 0.92
+#define MENUBAR_OPACITY 0.92
+#define MENUBAR_GLOSSY_OPACITY 0.88
+#define MENUBAR_STRIPED_OPACITY 0.96
+#define TOOLBAR_OPACITY 0.89
+#define TOOLBAR_GLOSSY_OPACITY 0.88
+#define MENU_OPACITY 0.92
 
 /* From gtk-engines 20071109 */
 #define MRN_IS_WIDGET(object) ((object)  && murrine_object_is_a ((GObject*)(object), "GtkWidget"))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]