Skip to content

Commit

Permalink
Fix typo in deprecated color name
Browse files Browse the repository at this point in the history
  • Loading branch information
lihop committed Aug 26, 2022
1 parent 4f24f2b commit 7e65be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/godot_xterm/terminal.gd
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 7e65be4

Please sign in to comment.