online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/chat/chat_theme.tres')
| -rw-r--r-- | ui/chat/chat_theme.tres | 97 |
1 files changed, 39 insertions, 58 deletions
diff --git a/ui/chat/chat_theme.tres b/ui/chat/chat_theme.tres index eb4cc98..5b507a1 100644 --- a/ui/chat/chat_theme.tres +++ b/ui/chat/chat_theme.tres @@ -1,25 +1,25 @@ -[gd_resource type="Theme" load_steps=29 format=2] +[gd_resource type="Theme" load_steps=30 format=2] -[ext_resource path="res://assets/ui/ubuntu-bold-italic.ttf" type="DynamicFontData" id=1] +[ext_resource path="res://ui/theme/richtextlabel/tiny-bold.tres" type="DynamicFont" id=1] [ext_resource path="res://assets/ui/CascadiaCode.ttf" type="DynamicFontData" id=2] -[ext_resource path="res://assets/ui/button.png" type="Texture" id=3] [ext_resource path="res://assets/ui/whitespace.png" type="Texture" id=4] -[ext_resource path="res://assets/ui/checkedbox.png" type="Texture" id=5] -[ext_resource path="res://assets/ui/ubuntu-bold.ttf" type="DynamicFontData" id=7] +[ext_resource path="res://assets/NotoColorEmoji.ttf" type="DynamicFontData" id=6] +[ext_resource path="res://ui/theme/richtextlabel/tiny-italic.tres" type="DynamicFont" id=7] [ext_resource path="res://ui/theme/button.tres" type="StyleBox" id=8] -[ext_resource path="res://ui/theme/buttonhover.tres" type="StyleBox" id=9] +[ext_resource path="res://ui/barbutton/default_pressed.tres" type="StyleBox" id=9] [ext_resource path="res://ui/theme/transblack.tres" type="StyleBox" id=10] [ext_resource path="res://ui/theme/flatblack.tres" type="StyleBox" id=11] -[ext_resource path="res://assets/ui/ubuntu.ttf" type="DynamicFontData" id=12] +[ext_resource path="res://ui/theme/richtextlabel/tiny.tres" type="DynamicFont" id=12] +[ext_resource path="res://ui/barbutton/default_highlight.tres" type="StyleBox" id=13] +[ext_resource path="res://ui/barbutton/default.tres" type="StyleBox" id=14] +[ext_resource path="res://ui/theme/richtextlabel/tiny-bold-italic.tres" type="DynamicFont" id=15] +[ext_resource path="res://ui/theme/richtextlabel/tiny-Cascadia-Code.tres" type="DynamicFont" id=16] -[sub_resource type="StyleBoxTexture" id=6] -texture = ExtResource( 3 ) -region_rect = Rect2( 0, 0, 84, 84 ) -margin_left = 28.0 -margin_right = 28.0 -margin_top = 28.0 -margin_bottom = 28.0 -modulate_color = Color( 0.772549, 0.772549, 0.772549, 0.54902 ) +[sub_resource type="DynamicFont" id=28] +size = 40 +font_data = ExtResource( 6 ) + +[sub_resource type="StyleBoxEmpty" id=11] [sub_resource type="StyleBoxEmpty" id=7] @@ -40,22 +40,6 @@ corner_detail = 20 expand_margin_left = 10.0 expand_margin_right = 10.0 -[sub_resource type="DynamicFont" id=18] -size = 15 -font_data = ExtResource( 7 ) - -[sub_resource type="DynamicFont" id=19] -size = 15 -font_data = ExtResource( 1 ) - -[sub_resource type="DynamicFont" id=14] -size = 15 -font_data = ExtResource( 2 ) - -[sub_resource type="DynamicFont" id=20] -size = 15 -font_data = ExtResource( 12 ) - [sub_resource type="StyleBoxFlat" id=10] content_margin_left = 30.0 content_margin_right = 30.0 @@ -79,7 +63,7 @@ border_width_right = 3 border_width_bottom = 1 border_color = Color( 0, 0, 0, 0.392157 ) -[sub_resource type="StyleBoxFlat" id=11] +[sub_resource type="StyleBoxFlat" id=23] content_margin_left = 10.0 content_margin_right = 10.0 bg_color = Color( 0.188235, 0.188235, 0.188235, 1 ) @@ -93,7 +77,7 @@ border_color = Color( 0, 0, 0, 0.392157 ) [sub_resource type="StyleBoxEmpty" id=5] -[sub_resource type="StyleBoxFlat" id=13] +[sub_resource type="StyleBoxFlat" id=24] content_margin_left = 10.0 content_margin_right = 10.0 content_margin_bottom = 10.0 @@ -107,30 +91,27 @@ corner_radius_bottom_left = 30 corner_detail = 15 expand_margin_top = 65.0 -[sub_resource type="DynamicFont" id=22] +[sub_resource type="DynamicFontData" id=26] +font_path = "res://assets/ui/ubuntu/ubuntu-normal-nerd.ttf" + +[sub_resource type="DynamicFont" id=27] size = 20 -font_data = ExtResource( 12 ) +font_data = SubResource( 26 ) +fallback/0 = ExtResource( 2 ) [resource] -default_font = SubResource( 22 ) +default_font = SubResource( 27 ) Button/colors/font_color = Color( 1, 1, 1, 1 ) -Button/colors/font_color_disabled = Color( 1, 1, 1, 0.305882 ) +Button/colors/font_color_disabled = Color( 0.643137, 0.592157, 0.592157, 0.2 ) Button/colors/font_color_focus = Color( 1, 1, 1, 1 ) -Button/colors/font_color_hover = Color( 0, 0, 0, 1 ) +Button/colors/font_color_hover = Color( 1, 1, 1, 1 ) Button/colors/font_color_pressed = Color( 1, 1, 1, 1 ) -Button/styles/disabled = SubResource( 6 ) -Button/styles/focus = ExtResource( 8 ) -Button/styles/hover = ExtResource( 9 ) -Button/styles/normal = ExtResource( 8 ) -Button/styles/pressed = ExtResource( 8 ) -CheckBox/icons/checked = ExtResource( 5 ) -CheckBox/icons/checked_disabled = null -CheckBox/icons/radio_checked = null -CheckBox/icons/radio_checked_disabled = null -CheckBox/icons/radio_unchecked = null -CheckBox/icons/radio_unchecked_disabled = null -CheckBox/icons/unchecked = ExtResource( 3 ) -CheckBox/icons/unchecked_disabled = null +Button/fonts/font = SubResource( 28 ) +Button/styles/disabled = ExtResource( 14 ) +Button/styles/focus = SubResource( 11 ) +Button/styles/hover = ExtResource( 13 ) +Button/styles/normal = ExtResource( 14 ) +Button/styles/pressed = ExtResource( 9 ) ColorPicker/icons/color_sample = ExtResource( 4 ) ColorPicker/icons/overbright_indicator = ExtResource( 4 ) ColorPicker/icons/preset_bg = ExtResource( 4 ) @@ -170,17 +151,17 @@ PopupMenu/styles/hover = SubResource( 3 ) PopupMenu/styles/panel = ExtResource( 11 ) PopupPanel/styles/panel = ExtResource( 10 ) RichTextLabel/colors/default_color = Color( 1, 1, 1, 1 ) -RichTextLabel/fonts/bold_font = SubResource( 18 ) -RichTextLabel/fonts/bold_italics_font = SubResource( 19 ) -RichTextLabel/fonts/italics_font = SubResource( 19 ) -RichTextLabel/fonts/mono_font = SubResource( 14 ) -RichTextLabel/fonts/normal_font = SubResource( 20 ) +RichTextLabel/fonts/bold_font = ExtResource( 1 ) +RichTextLabel/fonts/bold_italics_font = ExtResource( 15 ) +RichTextLabel/fonts/italics_font = ExtResource( 7 ) +RichTextLabel/fonts/mono_font = ExtResource( 16 ) +RichTextLabel/fonts/normal_font = ExtResource( 12 ) SpinBox/icons/updown = ExtResource( 4 ) TabContainer/colors/font_color_bg = Color( 0.709804, 0.709804, 0.709804, 0.72549 ) TabContainer/colors/font_color_fg = Color( 1, 1, 1, 1 ) TabContainer/styles/panel = SubResource( 10 ) TabContainer/styles/tab_bg = SubResource( 12 ) -TabContainer/styles/tab_fg = SubResource( 11 ) +TabContainer/styles/tab_fg = SubResource( 23 ) TextEdit/styles/normal = SubResource( 21 ) VBoxContainer/constants/separation = 15 VScrollBar/styles/scroll = SubResource( 5 ) @@ -190,4 +171,4 @@ WindowDialog/constants/close_v_ofs = 0 WindowDialog/constants/title_height = 60 WindowDialog/icons/close = ExtResource( 4 ) WindowDialog/icons/close_highlight = ExtResource( 4 ) -WindowDialog/styles/panel = SubResource( 13 ) +WindowDialog/styles/panel = SubResource( 24 ) |