- To add new color to your board find and open custom.css that can be found in the theme folder.
- In that file change all instances of
HEXCODEOFYOURCOLOR
to the desired color hex code f.e #9ec3b6. - There are 7 other instance of different shade of the color to adjust to your new color that can be found below Adjust them accordingly or use the same color as above.
Code: Select all
/* Adjust these colors appropriately or use the same color as above */
- If you use default logo open the images found in the contrib folder and adjust them appropriately and save them in the images folder
- Match the names of those logo files in your custom.css file at the bottom of the file.
Code: Select all
ACCENTCOLOR = 'orange'
Code: Select all
ACCENTCOLOR = 'custom'
Code: Select all
CUSTOMCOLORPICKERCOLOR = 'no'
Code: Select all
CUSTOMCOLORPICKERCOLOR = 'yes'
Code: Select all
.colorcustom { background-color: #ffffff; }
Code: Select all
.colorcustom { background-color: #9ec3b6; }