mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-08 05:15:30 +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
32
themes/default.tres
Normal file
32
themes/default.tres
Normal file
|
@ -0,0 +1,32 @@
|
|||
[gd_resource type="Theme" load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://addons/godot_xterm/themes/fonts/regular.tres" type="DynamicFont" id=1]
|
||||
[ext_resource path="res://themes/fonts/bold_italic.tres" type="DynamicFont" id=2]
|
||||
[ext_resource path="res://themes/fonts/italic.tres" type="DynamicFont" id=3]
|
||||
[ext_resource path="res://themes/fonts/bold.tres" type="DynamicFont" id=4]
|
||||
|
||||
|
||||
[resource]
|
||||
default_font = ExtResource( 1 )
|
||||
Terminal/colors/Background = Color( 0.12549, 0.145098, 0.192157, 1 )
|
||||
Terminal/colors/Black = Color( 0, 0, 0, 1 )
|
||||
Terminal/colors/Blue = Color( 0.341176, 0.698039, 1, 1 )
|
||||
Terminal/colors/Cyan = Color( 0.4, 0.901961, 1, 1 )
|
||||
"Terminal/colors/Dark Grey" = Color( 0.462745, 0.47451, 0.509804, 1 )
|
||||
Terminal/colors/Foreground = Color( 0.8, 0.807843, 0.827451, 1 )
|
||||
Terminal/colors/Green = Color( 0.388235, 0.760784, 0.34902, 1 )
|
||||
"Terminal/colors/Light Blue" = Color( 0.737255, 0.878431, 1, 1 )
|
||||
"Terminal/colors/Light Cyan" = Color( 0.776471, 1, 0.929412, 1 )
|
||||
"Terminal/colors/Light Green" = Color( 0.258824, 1, 0.760784, 1 )
|
||||
"Terminal/colors/Light Grey" = Color( 0.8, 0.807843, 0.827451, 1 )
|
||||
"Terminal/colors/Light Magenta" = Color( 0.807843, 0.643137, 0.945098, 1 )
|
||||
"Terminal/colors/Light Red" = Color( 1, 0.439216, 0.521569, 1 )
|
||||
"Terminal/colors/Light Yellow" = Color( 1, 0.92549, 0.627451, 1 )
|
||||
Terminal/colors/Magenta = Color( 0.623529, 0.439216, 1, 1 )
|
||||
Terminal/colors/Red = Color( 1, 0.47, 0.42, 1 )
|
||||
Terminal/colors/White = Color( 1, 1, 1, 1 )
|
||||
Terminal/colors/Yellow = Color( 1, 0.866667, 0.396078, 1 )
|
||||
Terminal/fonts/Bold = ExtResource( 4 )
|
||||
"Terminal/fonts/Bold Italic" = ExtResource( 2 )
|
||||
Terminal/fonts/Italic = ExtResource( 3 )
|
||||
Terminal/fonts/Regular = ExtResource( 1 )
|
Loading…
Add table
Add a link
Reference in a new issue