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.

34 lines
1.2 KiB

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