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.

27 lines
641 B

  1. name: Default
  2. author: Nicolas Giard
  3. site: https://wiki.requarks.io/
  4. version: 1.0.0
  5. requirements:
  6. minimum: '>= 2.0.0'
  7. maximum: '< 3.0.0'
  8. fields:
  9. primary:
  10. title: Primary Color
  11. description: Used for top navigation bar, headers, links, etc.
  12. type: color
  13. default: indigo
  14. alt:
  15. title: Alternate Color
  16. description: Used for the sidebar (in a darker tone)
  17. type: color
  18. default: blue-grey
  19. codeDark:
  20. title: Code Blocks - Use Dark Theme
  21. description: todo
  22. type: boolean
  23. default: true
  24. codeColorize:
  25. title: Code Blocks - Colorize syntax
  26. description: todo
  27. type: boolean
  28. default: true