To create your own theme in activeCollab you will need some CSS knowledge (and to be creative!). To make your theme, simply follow these steps:

  1. Navigate to /public/assets/themes;
  2. Create a new folder. The folder name will be used as the theme name by activeCollab in the Select Theme field (as shown on the screenshot bellow);
  3. Create the theme.css inside the theme folder you have just created. This file will automatically be used by activeCollab for all users who choose this theme from their profile pages.
  4. Optionally create the /images folder inside the theme folder you've just created. Inside the theme.css file write the CSS rules that will override the existing styling and create the look you want.