Skip to content

Commit 7e65be4

Browse files
committed
Fix typo in deprecated color name
1 parent 4f24f2b commit 7e65be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/godot_xterm/terminal.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ func _update_theme():
183183
"Light Black":
184184
deprecated_color = "Dark Grey"
185185
"Light White":
186-
deprecated_color = "Wahite"
186+
deprecated_color = "White"
187187

188188
if has_color(color, "Terminal"):
189189
c = get_color(color, "Terminal")

0 commit comments

Comments
 (0)