mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
95b66115c4
Updates theme names to be compatible with Godot 3.5 (no spaces), consistent with other Godot theme item names (snake_case), and match the color names listed on the [ANSI escape code wikipedia page](https://en.wikipedia.org/wiki/ANSI_escape_code#3-bit_and_4-bit). Deprecates the old names and warns users to change them.
11 lines
268 B
Text
11 lines
268 B
Text
[gd_resource type="Theme" load_steps=2 format=2]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
size = 14
|
|
extra_spacing_bottom = 1
|
|
|
|
[resource]
|
|
Terminal/fonts/bold = null
|
|
Terminal/fonts/bold_italic = null
|
|
Terminal/fonts/italic = null
|
|
Terminal/fonts/regular = SubResource( 1 )
|