Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Lampel <jonathanl>2021-11-11 18:56:26 +0300
committerHans Goudey <h.goudey@me.com>2021-11-11 18:56:26 +0300
commitface67c72595e2939c43f05c5e9887a15a353685 (patch)
tree772b5f281a9159a90552a64be696a8128311defc
parentdb77258088e3c35d52e4928732a8326edfb4b9d6 (diff)
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
-rw-r--r--presets/interface_theme/Minimal_Dark.xml22
1 files changed, 11 insertions, 11 deletions
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>