newtheme.tres 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. [gd_resource type="Theme" load_steps=3 format=2]
  2. [ext_resource path="res://newdynamicfont.tres" type="DynamicFont" id=1]
  3. [sub_resource type="StyleBoxFlat" id=1]
  4. content_margin_left = 4.0
  5. content_margin_right = 4.0
  6. content_margin_top = 4.0
  7. content_margin_bottom = 4.0
  8. bg_color = Color( 0, 0.670588, 1, 1 )
  9. corner_radius_top_left = 10
  10. corner_radius_top_right = 10
  11. corner_radius_bottom_right = 10
  12. corner_radius_bottom_left = 10
  13. anti_aliasing = false
  14. [resource]
  15. default_font = ExtResource( 1 )
  16. ItemList/colors/font_color = Color( 1, 1, 1, 1 )
  17. ItemList/colors/font_color_selected = Color( 1, 0.701961, 0, 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 = SubResource( 1 )
  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