mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-08 13:15:31 +02:00
Add only Hack Regular font and default themes to archive
Keeps the archive small and licensing simpler. Keep around the fancy fonts such as Noto Color Emoji and Unifont as they are useful for testing. With the xrdb import plugin making it easy to import themes, there is little point in keeping other pre-defined themes around, so remove these.
This commit is contained in:
parent
568a9835c6
commit
d702021d02
45 changed files with 245 additions and 338 deletions
11
addons/godot_xterm/themes/font_only.tres
Normal file
11
addons/godot_xterm/themes/font_only.tres
Normal file
|
@ -0,0 +1,11 @@
|
|||
[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 )
|
Loading…
Add table
Add a link
Reference in a new issue