[Bf-extensions-cvs] [face67c7] blender-v3.0-release: UI: Update Minimal Dark community theme for node editor changes

Jonathan Lampel noreply at git.blender.org
Thu Nov 11 16:56:43 CET 2021


Commit: face67c72595e2939c43f05c5e9887a15a353685
Author: Jonathan Lampel
Date:   Thu Nov 11 09:56:26 2021 -0600
Branches: blender-v3.0-release
https://developer.blender.org/rBAface67c72595e2939c43f05c5e9887a15a353685

UI: Update Minimal Dark community theme for node editor changes

This small update makes the grid more visible in the node editor.

Differential Revision: https://developer.blender.org/D13150

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

M	presets/interface_theme/Minimal_Dark.xml

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

diff --git a/presets/interface_theme/Minimal_Dark.xml b/presets/interface_theme/Minimal_Dark.xml
index af6ec750..d9aa7cec 100644
--- a/presets/interface_theme/Minimal_Dark.xml
+++ b/presets/interface_theme/Minimal_Dark.xml
@@ -2,7 +2,7 @@
   <Theme>
     <user_interface>
       <ThemeUserInterface
-        menu_shadow_fac="0.5"
+        menu_shadow_fac="0.35"
         menu_shadow_width="12"
         icon_alpha="1"
         icon_saturation="1"
@@ -22,12 +22,12 @@
         gizmo_view_align="#ffffff"
         gizmo_a="#4da84d"
         gizmo_b="#a33535"
-        icon_scene="#f2f2f2ff"
-        icon_collection="#f2f2f2ff"
-        icon_object="#f2f2f2ff"
-        icon_object_data="#f2f2f2ff"
-        icon_modifier="#f2f2f2ff"
-        icon_shading="#f2f2f2ff"
+        icon_scene="#e6e6e6ff"
+        icon_collection="#e6e6e6ff"
+        icon_object="#e6e6e6ff"
+        icon_object_data="#e6e6e6ff"
+        icon_modifier="#e6e6e6ff"
+        icon_shading="#e6e6e6ff"
         icon_folder="#e3c16eff"
         icon_border_intensity="0"
         >
@@ -882,7 +882,7 @@
               <ThemePanelColors
                 header="#3b3b3b00"
                 back="#393939ff"
-                sub_back="#343434ff"
+                sub_back="#0000001a"
                 >
               </ThemePanelColors>
             </panelcolors>
@@ -939,7 +939,7 @@
     </text_editor>
     <node_editor>
       <ThemeNodeEditor
-        grid="#202020"
+        grid="#2d2d2d"
         node_selected="#00bdff"
         node_active="#00ff2f"
         wire="#1a1a1a"
@@ -955,7 +955,7 @@
         matte_node="#404040"
         distor_node="#404040"
         noodle_curving="5"
-        grid_levels="3"
+        grid_levels="7"
         dash_alpha="0.5"
         input_node="#404040"
         output_node="#404040"
@@ -1613,4 +1613,4 @@
       </ThemeFontStyle>
     </widget>
   </ThemeStyle>
-</bpy>
\ No newline at end of file
+</bpy>



More information about the Bf-extensions-cvs mailing list