[Bf-extensions-cvs] [213675f4] master: UI: Fix White theme

Michael Soluyanov noreply at git.blender.org
Thu May 28 22:41:24 CEST 2020


Commit: 213675f42c8155dbee804cba3325ba905b8ff3f9
Author: Michael Soluyanov
Date:   Thu May 28 23:35:32 2020 +0300
Branches: master
https://developer.blender.org/rBA213675f42c8155dbee804cba3325ba905b8ff3f9

UI: Fix White theme

Correction theme for VSE.
The color of the active strip was not visible on the background.

===================================================================

M	presets/interface_theme/white.xml

===================================================================

diff --git a/presets/interface_theme/white.xml b/presets/interface_theme/white.xml
index 2de261f3..c98538b3 100644
--- a/presets/interface_theme/white.xml
+++ b/presets/interface_theme/white.xml
@@ -3,10 +3,10 @@
     <user_interface>
       <ThemeUserInterface
         menu_shadow_fac="0.215574"
-        menu_shadow_width="13"
+        menu_shadow_width="15"
         icon_alpha="1"
         icon_saturation="1"
-        widget_emboss="#9e9e9e12"
+        widget_emboss="#9e9e9e0d"
         editor_outline="#a5a5a5"
         widget_text_cursor="#ffac0d"
         transparent_checker_primary="#ffffff"
@@ -802,8 +802,8 @@
         meta_strip="#6d9183"
         mask_strip="#666666"
         text_strip="#dbda79"
-        active_strip="#d9d9d9"
-        selected_strip="#ff8f0d"
+        active_strip="#ffbb00"
+        selected_strip="#ff7020"
         frame_current="#0074e8"
         time_scrub_background="#bae2ffca"
         time_marker_line="#00000060"



More information about the Bf-extensions-cvs mailing list