glitch-in-the-system/general_theme.tres

33 lines
1.0 KiB
Plaintext

[gd_resource type="Theme" load_steps=7 format=2]
[ext_resource path="res://Fonts/pixelmix/pixelmix.ttf" type="DynamicFontData" id=1]
[sub_resource type="StyleBoxEmpty" id=1]
[sub_resource type="StyleBoxFlat" id=2]
bg_color = Color( 0, 0, 0, 1 )
[sub_resource type="StyleBoxFlat" id=3]
bg_color = Color( 0, 0, 0, 1 )
[sub_resource type="StyleBoxFlat" id=4]
bg_color = Color( 0, 0, 0, 1 )
[sub_resource type="DynamicFont" id=5]
outline_color = Color( 0.6, 0.898039, 0.313726, 1 )
font_data = ExtResource( 1 )
[resource]
default_font = SubResource( 5 )
Button/colors/font_color = Color( 0.6, 0.898039, 0.313726, 1 )
Button/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
Button/colors/font_color_hover = Color( 0.941176, 0.941176, 0.941176, 1 )
Button/colors/font_color_pressed = Color( 1, 1, 1, 1 )
Button/constants/hseparation = 0
Button/fonts/font = null
Button/styles/disabled = null
Button/styles/focus = SubResource( 1 )
Button/styles/hover = SubResource( 2 )
Button/styles/normal = SubResource( 3 )
Button/styles/pressed = SubResource( 4 )