[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [4241] contrib/py/scripts/addons/ presets/interface_theme/pinkified.xml: Pinkified Theme

Pablo Vazquez venomgfx at gmail.com
Mon Feb 4 19:42:23 CET 2013


Revision: 4241
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=4241
Author:   venomgfx
Date:     2013-02-04 18:42:22 +0000 (Mon, 04 Feb 2013)
Log Message:
-----------
Pinkified Theme
Subtle changes on transparency of tooltips, list items, and bring back the gradient on text fields to make it clear is an input field.

Modified Paths:
--------------
    contrib/py/scripts/addons/presets/interface_theme/pinkified.xml

Modified: contrib/py/scripts/addons/presets/interface_theme/pinkified.xml
===================================================================
--- contrib/py/scripts/addons/presets/interface_theme/pinkified.xml	2013-02-04 18:13:34 UTC (rev 4240)
+++ contrib/py/scripts/addons/presets/interface_theme/pinkified.xml	2013-02-04 18:42:22 UTC (rev 4241)
@@ -15,8 +15,8 @@
                              item="#191919ff"
                              text="#b8b8b8"
                              text_sel="#ffffff"
-                             show_shaded="FALSE"
-                             shadetop="0"
+                             show_shaded="TRUE"
+                             shadetop="5"
                              shadedown="0">
           </ThemeWidgetColors>
         </wcol_regular>
@@ -51,8 +51,8 @@
                              item="#b63e4fff"
                              text="#e6e6e6"
                              text_sel="#ffffff"
-                             show_shaded="FALSE"
-                             shadetop="-12"
+                             show_shaded="TRUE"
+                             shadetop="-8"
                              shadedown="0">
           </ThemeWidgetColors>
         </wcol_text>
@@ -153,15 +153,15 @@
           </ThemeWidgetColors>
         </wcol_menu_back>
         <wcol_tooltip>
-          <ThemeWidgetColors outline="#000000"
-                             inner="#191919e6"
-                             inner_sel="#2d2d2de6"
+          <ThemeWidgetColors outline="#1a1a1a"
+                             inner="#000000e6"
+                             inner_sel="#191919e0"
                              item="#646464ff"
                              text="#ffffff"
                              text_sel="#ffffff"
                              show_shaded="FALSE"
-                             shadetop="25"
-                             shadedown="-20">
+                             shadetop="100"
+                             shadedown="0">
           </ThemeWidgetColors>
         </wcol_tooltip>
         <wcol_menu_item>
@@ -195,21 +195,21 @@
                              item="#444444ff"
                              text="#b3b3b3"
                              text_sel="#ffffff"
-                             show_shaded="FALSE"
-                             shadetop="0"
+                             show_shaded="TRUE"
+                             shadetop="2"
                              shadedown="0">
           </ThemeWidgetColors>
         </wcol_progress>
         <wcol_list_item>
           <ThemeWidgetColors outline="#000000"
                              inner="#00000000"
-                             inner_sel="#b63e4f77"
+                             inner_sel="#b63e4f99"
                              item="#000000ff"
                              text="#e0e0e0"
                              text_sel="#ffffff"
                              show_shaded="TRUE"
                              shadetop="0"
-                             shadedown="-10">
+                             shadedown="30">
           </ThemeWidgetColors>
         </wcol_list_item>
         <wcol_state>



More information about the Bf-extensions-cvs mailing list