Skip to main content

Customizable Elements

Example Partner Theme:

Our own Mocaverse theme for mocaverse.xyz

Testing Your Theme

The best way to test your custom theme is to use browser developer tools to manipulate CSS custom properties in real-time:
  1. Open Developer Tools: Press F12 or right-click → Inspect
  2. Navigate to Elements Tab: Find the <html> element
  3. Access CSS Variables: In the Styles panel, look for :root or html[theme='your-theme']
  4. Modify Properties: Click on any CSS custom property value to edit it
  5. See Changes Instantly: Changes apply immediately without page refresh
This allows you to:
  • Test different color combinations quickly
  • Verify contrast ratios
  • Ensure your theme works across all screens
  • Fine-tune values before finalizing your CSS file

Best Practices

  • Accessibility: Ensure sufficient contrast ratios for text and backgrounds. Adjust our AIR logo via config value if necessary
  • Dark/Light Mode: Consider both light and dark theme variations
  • Font Testing: Test custom fonts across different devices and browsers
  • Real-time Testing: Use browser dev tools to iterate quickly on your theme