Skip to content

Commit 8288b9b

Browse files
committed
Script Window: Remove background color
The TextEdit control node had the background color hardcoded to black.
1 parent 5ba3c30 commit 8288b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/block_code/ui/script_window/script_window.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
[sub_resource type="SystemFont" id="SystemFont_r6ct2"]
66
font_names = PackedStringArray("DejaVu Sans Mono")
7+
subpixel_positioning = 0
78

89
[sub_resource type="CodeHighlighter" id="CodeHighlighter_yvmnf"]
910
number_color = Color(0.498039, 0.760784, 0.686275, 1)
@@ -76,7 +77,6 @@ theme_override_constants/margin_bottom = 35
7677

7778
[node name="Code" type="TextEdit" parent="Margin/VBox/ColorRect/Scroll/Margin"]
7879
layout_mode = 2
79-
theme_override_colors/background_color = Color(0.144063, 0.144063, 0.144062, 1)
8080
theme_override_fonts/font = SubResource("SystemFont_r6ct2")
8181
editable = false
8282
syntax_highlighter = SubResource("CodeHighlighter_yvmnf")

0 commit comments

Comments
 (0)