Theming

Changing the theme of BlockBase is really easy. You'd only need to change the background image and change the color configuration.

  1. src/assets/underwater.png - Replace this with your new image.

  2. src/configs/colorConfig.js - This is the config that controls all the colors on the website, it says which colors belongs to which pages. The main landing page's colors are the ones outside the sections like rules, staff..etc

  3. You can also ask an AI like ChatGPT or ClaudeAI to change the colors to a Dark, Light, Purple...theme to match your server.

Last updated