mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-06-29 10:45:31 +02:00
added windows pty support
This commit is contained in:
parent
bd26137e78
commit
f3820365c6
23 changed files with 1478 additions and 695 deletions
26
addons/godot_xterm/themes/default_white.tres
Normal file
26
addons/godot_xterm/themes/default_white.tres
Normal file
|
@ -0,0 +1,26 @@
|
|||
[gd_resource type="Theme" load_steps=3 format=3 uid="uid://0gk8swmcldbg"]
|
||||
|
||||
[ext_resource type="FontVariation" uid="uid://vmgmcu8gc6nt" path="res://addons/godot_xterm/themes/fonts/regular.tres" id="1_aigbn"]
|
||||
[ext_resource type="StyleBox" uid="uid://cxaclm5pavuv6" path="res://themes/normal.stylebox" id="1_bj7pu"]
|
||||
|
||||
[resource]
|
||||
default_font = ExtResource("1_aigbn")
|
||||
Terminal/colors/ansi_0_color = Color(0, 0, 0, 1)
|
||||
Terminal/colors/ansi_10_color = Color(0.258824, 1, 0.760784, 1)
|
||||
Terminal/colors/ansi_11_color = Color(1, 0.929412, 0.631373, 1)
|
||||
Terminal/colors/ansi_12_color = Color(0.341176, 0.701961, 1, 1)
|
||||
Terminal/colors/ansi_13_color = Color(0.639216, 0.639216, 0.960784, 1)
|
||||
Terminal/colors/ansi_14_color = Color(0.4, 0.901961, 1, 1)
|
||||
Terminal/colors/ansi_15_color = Color(1, 1, 1, 1)
|
||||
Terminal/colors/ansi_1_color = Color(1, 0.470588, 0.419608, 1)
|
||||
Terminal/colors/ansi_2_color = Color(0.388235, 0.760784, 0.34902, 1)
|
||||
Terminal/colors/ansi_3_color = Color(0.980392, 0.890196, 0.270588, 1)
|
||||
Terminal/colors/ansi_4_color = Color(0.0784314, 0.490196, 0.980392, 1)
|
||||
Terminal/colors/ansi_5_color = Color(1, 0.54902, 0.8, 1)
|
||||
Terminal/colors/ansi_6_color = Color(0.560784, 1, 0.858824, 1)
|
||||
Terminal/colors/ansi_7_color = Color(0.803922, 0.811765, 0.823529, 0.501961)
|
||||
Terminal/colors/ansi_8_color = Color(0.211765, 0.239216, 0.290196, 1)
|
||||
Terminal/colors/ansi_9_color = Color(1, 0.439216, 0.521569, 1)
|
||||
Terminal/colors/foreground_color = Color(0.803922, 0.811765, 0.823529, 1)
|
||||
Terminal/font_sizes/font_size = 14
|
||||
Terminal/styles/normal = ExtResource("1_bj7pu")
|
Loading…
Add table
Add a link
Reference in a new issue