Public repository for MUR pre alpha
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.4 KiB

  1. [gd_resource type="Theme" load_steps=3 format=2]
  2. [ext_resource path="res://resources/ui/font.tres" type="DynamicFont" id=1]
  3. [sub_resource type="StyleBoxFlat" id=1]
  4. bg_color = Color( 0.184314, 0.188235, 0.211765, 1 )
  5. [resource]
  6. default_font = ExtResource( 1 )
  7. Button/colors/font_color = Color( 0.878431, 0.878431, 0.878431, 1 )
  8. Button/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
  9. Button/colors/font_color_hover = Color( 0.941176, 0.941176, 0.941176, 1 )
  10. Button/colors/font_color_pressed = Color( 1, 1, 1, 1 )
  11. Button/constants/hseparation = 2
  12. Button/fonts/font = null
  13. Button/styles/disabled = null
  14. Button/styles/focus = null
  15. Button/styles/hover = null
  16. Button/styles/normal = null
  17. Button/styles/pressed = null
  18. Icons/icons/close = null
  19. Icons/icons/logo = null
  20. ItemList/colors/font_color = Color( 0.627451, 0.627451, 0.627451, 1 )
  21. ItemList/colors/font_color_selected = Color( 1, 1, 1, 1 )
  22. ItemList/colors/guide_color = Color( 0, 0, 0, 0.1 )
  23. ItemList/constants/hseparation = 4
  24. ItemList/constants/icon_margin = 4
  25. ItemList/constants/line_separation = 2
  26. ItemList/constants/vseparation = 2
  27. ItemList/fonts/font = null
  28. ItemList/styles/bg = null
  29. ItemList/styles/bg_focus = null
  30. ItemList/styles/cursor = null
  31. ItemList/styles/cursor_unfocused = null
  32. ItemList/styles/selected = null
  33. ItemList/styles/selected_focus = null
  34. Panel/styles/panel = SubResource( 1 )
  35. Panel/styles/panelf = null
  36. Panel/styles/panelnc = null