default.json 176 B

12345678910111213141516171819202122
  1. {
  2. "colors":{
  3. "windowClearColor":"#000"
  4. },
  5. "fonts":{
  6. "normal":"DejaVuSans,16"
  7. },
  8. "styles":{
  9. "default":{
  10. "font":"normal"
  11. },
  12. "Window":{
  13. }
  14. }
  15. }