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

Pablo Vazquez venomgfx at gmail.com
Sun Feb 17 02:28:33 CET 2013


Revision: 4288
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=4288
Author:   venomgfx
Date:     2013-02-17 01:28:32 +0000 (Sun, 17 Feb 2013)
Log Message:
-----------
Pinkified Theme
- Fixed non-available items on menu,
Blender has a weird way to get this 'grayed out' color, it adds the theme properties Text and Text Selected, so having white text for selected items messes this up.
- Menu buttons have a nice subtle outline now, scrollbars blend with the background, and other little details here and there.

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-17 00:11:07 UTC (rev 4287)
+++ contrib/py/scripts/addons/presets/interface_theme/pinkified.xml	2013-02-17 01:28:32 UTC (rev 4288)
@@ -117,7 +117,7 @@
           </ThemeWidgetColors>
         </wcol_box>
         <wcol_menu>
-          <ThemeWidgetColors outline="#2c2c2c"
+          <ThemeWidgetColors outline="#141414"
                              inner="#2f2f2fff"
                              inner_sel="#79404bff"
                              item="#7a7a7aff"
@@ -145,7 +145,7 @@
                              inner="#282828e6"
                              inner_sel="#2d2d2dff"
                              item="#2c2c2cff"
-                             text="#c7c7c7"
+                             text="#808080"
                              text_sel="#ffffff"
                              show_shaded="TRUE"
                              shadetop="6"
@@ -169,15 +169,15 @@
                              inner="#00000000"
                              inner_sel="#b63e4fff"
                              item="#ffffffff"
-                             text="#b8b8b8"
-                             text_sel="#ffffff"
+                             text="#e6e6e6"
+                             text_sel="#0a0a0a"
                              show_shaded="TRUE"
                              shadetop="19"
                              shadedown="0">
           </ThemeWidgetColors>
         </wcol_menu_item>
         <wcol_scroll>
-          <ThemeWidgetColors outline="#2d2d2d"
+          <ThemeWidgetColors outline="#333333"
                              inner="#6c707200"
                              inner_sel="#646464b4"
                              item="#414141ff"
@@ -627,9 +627,9 @@
       <ThemeTimeline grid="#131313"
                      frame_current="#82b300">
         <space>
-          <ThemeSpaceGeneric back="#333333"
+          <ThemeSpaceGeneric back="#2c2c2c"
                              title="#ffffff"
-                             text="#b8b8b8"
+                             text="#000000"
                              text_hi="#e9e9e9"
                              header="#3b3b3b"
                              header_text="#b9b9b9"



More information about the Bf-extensions-cvs mailing list