diff --git a/project/examples/example_output/PlayField.java.umlg.png b/project/examples/example_output/PlayField.java.umlg.png index e7ff7a7..7991c98 100644 Binary files a/project/examples/example_output/PlayField.java.umlg.png and b/project/examples/example_output/PlayField.java.umlg.png differ diff --git a/project/examples/example_output/directory.umlg.png b/project/examples/example_output/directory.umlg.png index 84266de..42d6dc0 100644 Binary files a/project/examples/example_output/directory.umlg.png and b/project/examples/example_output/directory.umlg.png differ diff --git a/project/examples/example_output/file_cache.umlg.png b/project/examples/example_output/file_cache.umlg.png index 0b08502..3cd488a 100644 Binary files a/project/examples/example_output/file_cache.umlg.png and b/project/examples/example_output/file_cache.umlg.png differ diff --git a/project/examples/example_output/string.umlg.png b/project/examples/example_output/string.umlg.png index c717a1e..955b8c3 100644 Binary files a/project/examples/example_output/string.umlg.png and b/project/examples/example_output/string.umlg.png differ diff --git a/project/new_theme.tres b/project/new_theme.tres index 92f4302..fbee4c1 100644 --- a/project/new_theme.tres +++ b/project/new_theme.tres @@ -1,13 +1,17 @@ -[gd_resource type="Theme" load_steps=2 format=2] +[gd_resource type="Theme" load_steps=3 format=2] [ext_resource path="res://panel_bg_styleboxtexture.tres" type="StyleBox" id=1] +[sub_resource type="StyleBoxLine" id=1] +color = Color( 0.576471, 0.576471, 0.576471, 1 ) + [resource] Button/colors/font_color = Color( 0, 0, 0, 1 ) Button/colors/font_color_disabled = Color( 0.537255, 0.537255, 0.537255, 0.2 ) Button/colors/font_color_focus = Color( 0.101961, 0.101961, 0.101961, 1 ) Button/colors/font_color_hover = Color( 0.180392, 0.180392, 0.180392, 1 ) Button/colors/font_color_pressed = Color( 0.294118, 0.294118, 0.294118, 1 ) +HSeparator/styles/separator = SubResource( 1 ) Label/colors/font_color = Color( 0, 0, 0, 1 ) Label/colors/font_color_shadow = Color( 0.368627, 0.368627, 0.368627, 0 ) Label/colors/font_outline_modulate = Color( 0.0823529, 0.0823529, 0.0823529, 1 )