theme_test.json 519 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "extends":"default",
  3. "colors":{
  4. "text-default": "#66CDAA",
  5. "text-disabled": "#722",
  6. "disabled":"#555"
  7. },
  8. "fonts":{
  9. "normal":"DejaVuSans.ttf, 46"
  10. },
  11. "styles":{
  12. "Button":{
  13. "extends":"Label",
  14. "padding":[4,2],
  15. "skin":"button_skin.png",
  16. "skinColor":"content",
  17. "states":{
  18. "hover":{
  19. "skinColor":"hover"
  20. },
  21. "active":{
  22. "skinColor":"active"
  23. },
  24. "selected":{
  25. "skinColor":"active"
  26. },
  27. "disabled":{
  28. "skinColor":"disabled"
  29. }
  30. }
  31. }
  32. }
  33. }