Fix typo in deprecated color name

This commit is contained in:
Leroy Hopson 2022-08-26 12:23:39 +12:00
parent 4f24f2bd37
commit 7e65be4cf9
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA

View file

@ -183,7 +183,7 @@ func _update_theme():
"Light Black":
deprecated_color = "Dark Grey"
"Light White":
deprecated_color = "Wahite"
deprecated_color = "White"
if has_color(color, "Terminal"):
c = get_color(color, "Terminal")