|
@@ -851,6 +851,8 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const
|
|
|
theme->set_stylebox("bg", "GraphEdit", make_stylebox(tree_bg_png, 4, 4, 4, 5));
|
|
|
theme->set_color("grid_minor", "GraphEdit", Color(1, 1, 1, 0.05));
|
|
|
theme->set_color("grid_major", "GraphEdit", Color(1, 1, 1, 0.2));
|
|
|
+ theme->set_color("selection_fill", "GraphEdit", Color(1, 1, 1, 0.3));
|
|
|
+ theme->set_color("selection_stroke", "GraphEdit", Color(1, 1, 1, 0.8));
|
|
|
theme->set_color("activity", "GraphEdit", Color(1, 1, 1));
|
|
|
theme->set_constant("bezier_len_pos", "GraphEdit", 80 * scale);
|
|
|
theme->set_constant("bezier_len_neg", "GraphEdit", 160 * scale);
|