Added a spinbox updown icon for the dark, gray, light and gold themes

This commit is contained in:
OverloadedOrama 2020-05-06 21:54:08 +03:00
parent 0203a019c7
commit 79bcb01787
8 changed files with 80 additions and 8 deletions

View file

@ -1,8 +1,9 @@
[gd_resource type="Theme" load_steps=36 format=2]
[gd_resource type="Theme" load_steps=37 format=2]
[ext_resource path="res://assets/fonts/Roboto-Regular.tres" type="DynamicFont" id=1]
[ext_resource path="res://assets/themes/dark/icons/grabber.png" type="Texture" id=2]
[ext_resource path="res://assets/themes/dark/icons/grabber_hover.png" type="Texture" id=3]
[ext_resource path="res://assets/themes/dark/icons/spinbox.png" type="Texture" id=4]
[sub_resource type="StyleBoxFlat" id=1]
content_margin_left = 5.0
@ -442,7 +443,7 @@ PopupMenu/styles/panel = SubResource( 22 )
PopupMenu/styles/panel_disabled = null
PopupMenu/styles/separator = null
PopupPanel/styles/panel = SubResource( 23 )
SpinBox/icons/updown = null
SpinBox/icons/updown = ExtResource( 4 )
TabContainer/colors/font_color_bg = Color( 0.690196, 0.690196, 0.690196, 1 )
TabContainer/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
TabContainer/colors/font_color_fg = Color( 0.941176, 0.941176, 0.941176, 1 )