theme_principal.tres 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. [gd_resource type="Theme" load_steps=6 format=3 uid="uid://ds4th0tnauyf3"]
  2. [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_mruam"]
  3. content_margin_left = 15.0
  4. content_margin_top = 4.0
  5. content_margin_right = 15.0
  6. content_margin_bottom = 4.0
  7. bg_color = Color(0.273873, 0.273873, 0.273873, 1)
  8. skew = Vector2(-0.2, 0)
  9. border_width_left = 5
  10. border_width_right = 5
  11. border_color = Color(0.592157, 0.643137, 0.843137, 1)
  12. [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_khiph"]
  13. content_margin_left = 15.0
  14. content_margin_top = 4.0
  15. content_margin_right = 15.0
  16. content_margin_bottom = 4.0
  17. bg_color = Color(0.266667, 0.321569, 0.47451, 1)
  18. skew = Vector2(-0.2, 0)
  19. border_width_left = 5
  20. border_width_top = 3
  21. border_width_right = 5
  22. border_width_bottom = 3
  23. border_color = Color(0.980392, 0.87451, 0.568627, 1)
  24. [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_wqxsx"]
  25. content_margin_left = 15.0
  26. content_margin_top = 4.0
  27. content_margin_right = 15.0
  28. content_margin_bottom = 4.0
  29. bg_color = Color(0.266667, 0.321569, 0.47451, 1)
  30. skew = Vector2(-0.2, 0)
  31. border_width_left = 5
  32. border_width_right = 5
  33. border_width_bottom = 3
  34. border_color = Color(0.545098, 0.937255, 1, 1)
  35. [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_b7q87"]
  36. content_margin_left = 15.0
  37. content_margin_top = 4.0
  38. content_margin_right = 15.0
  39. content_margin_bottom = 4.0
  40. bg_color = Color(0.266667, 0.321569, 0.47451, 1)
  41. skew = Vector2(-0.2, 0)
  42. border_width_left = 5
  43. border_width_right = 5
  44. border_color = Color(0.592157, 0.643137, 0.843137, 1)
  45. [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_no27u"]
  46. content_margin_left = 15.0
  47. content_margin_top = 4.0
  48. content_margin_right = 15.0
  49. content_margin_bottom = 4.0
  50. bg_color = Color(0.266667, 0.321569, 0.47451, 1)
  51. skew = Vector2(-0.2, 0)
  52. border_width_left = 5
  53. border_width_right = 5
  54. border_color = Color(0, 0.847059, 0.501961, 1)
  55. [resource]
  56. Button/colors/font_hover_pressed_color = Color(0, 0.847059, 0.501961, 1)
  57. Button/colors/font_pressed_color = Color(0.980392, 0.87451, 0.568627, 1)
  58. Button/font_sizes/font_size = 18
  59. Button/styles/disabled = SubResource("StyleBoxFlat_mruam")
  60. Button/styles/focus = SubResource("StyleBoxFlat_khiph")
  61. Button/styles/hover = SubResource("StyleBoxFlat_wqxsx")
  62. Button/styles/normal = SubResource("StyleBoxFlat_b7q87")
  63. Button/styles/pressed = SubResource("StyleBoxFlat_no27u")