mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
Fix typo in deprecated color name
This commit is contained in:
parent
4f24f2bd37
commit
7e65be4cf9
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ func _update_theme():
|
||||||
"Light Black":
|
"Light Black":
|
||||||
deprecated_color = "Dark Grey"
|
deprecated_color = "Dark Grey"
|
||||||
"Light White":
|
"Light White":
|
||||||
deprecated_color = "Wahite"
|
deprecated_color = "White"
|
||||||
|
|
||||||
if has_color(color, "Terminal"):
|
if has_color(color, "Terminal"):
|
||||||
c = get_color(color, "Terminal")
|
c = get_color(color, "Terminal")
|
||||||
|
|
Loading…
Reference in a new issue