theme.tres 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. [gd_resource type="Theme" load_steps=7 format=3 uid="uid://da4noqsij73it"]
  2. [ext_resource type="FontFile" uid="uid://wqrno8lackrm" path="res://gui/kenney_mini_square.ttf" id="1_f0sjs"]
  3. [sub_resource type="StyleBoxFlat" id="1"]
  4. content_margin_left = 6.0
  5. content_margin_top = 4.0
  6. content_margin_right = 6.0
  7. content_margin_bottom = 4.0
  8. bg_color = Color(0.18, 0.207, 0.279, 1)
  9. border_width_left = 1
  10. border_width_top = 1
  11. border_width_right = 1
  12. border_width_bottom = 1
  13. border_color = Color(0.14, 0.161, 0.217, 1)
  14. [sub_resource type="StyleBoxFlat" id="2"]
  15. content_margin_left = 6.0
  16. content_margin_top = 4.0
  17. content_margin_right = 6.0
  18. content_margin_bottom = 4.0
  19. bg_color = Color(0.15, 0.1725, 0.2325, 1)
  20. border_width_left = 1
  21. border_width_top = 1
  22. border_width_right = 1
  23. border_width_bottom = 1
  24. border_color = Color(0.41, 0.61, 0.91, 1)
  25. [sub_resource type="StyleBoxFlat" id="3"]
  26. content_margin_left = 6.0
  27. content_margin_top = 4.0
  28. content_margin_right = 6.0
  29. content_margin_bottom = 4.0
  30. bg_color = Color(0.15, 0.1725, 0.2325, 1)
  31. border_width_left = 1
  32. border_width_top = 1
  33. border_width_right = 1
  34. border_width_bottom = 1
  35. border_color = Color(0.4, 0.4225, 0.4825, 1)
  36. [sub_resource type="StyleBoxFlat" id="4"]
  37. content_margin_left = 6.0
  38. content_margin_top = 4.0
  39. content_margin_right = 6.0
  40. content_margin_bottom = 4.0
  41. bg_color = Color(0.15, 0.1725, 0.2325, 1)
  42. border_width_left = 1
  43. border_width_top = 1
  44. border_width_right = 1
  45. border_width_bottom = 1
  46. border_color = Color(0.125, 0.14375, 0.19375, 1)
  47. [sub_resource type="StyleBoxFlat" id="5"]
  48. content_margin_left = 6.0
  49. content_margin_top = 4.0
  50. content_margin_right = 6.0
  51. content_margin_bottom = 4.0
  52. bg_color = Color(0.15, 0.1725, 0.2325, 1)
  53. border_width_left = 1
  54. border_width_top = 1
  55. border_width_right = 1
  56. border_width_bottom = 1
  57. border_color = Color(0.41, 0.61, 0.91, 1)
  58. [resource]
  59. default_font = ExtResource("1_f0sjs")
  60. Button/colors/font_color = Color(0.8, 0.8075, 0.8275, 1)
  61. Button/colors/font_color_disabled = Color(1, 1, 1, 0.3)
  62. Button/colors/font_color_hover = Color(0.88, 0.8845, 0.8965, 1)
  63. Button/colors/font_color_pressed = Color(0.411765, 0.611765, 0.909804, 1)
  64. Button/colors/icon_color_hover = Color(1.15, 1.15, 1.15, 1)
  65. Button/colors/icon_color_pressed = Color(0.4715, 0.7015, 1.0465, 1)
  66. Button/constants/hseparation = 2
  67. Button/fonts/font = ExtResource("1_f0sjs")
  68. Button/styles/disabled = SubResource("1")
  69. Button/styles/focus = SubResource("2")
  70. Button/styles/hover = SubResource("3")
  71. Button/styles/normal = SubResource("4")
  72. Button/styles/pressed = SubResource("5")