DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Themes

Since version 3.2, the extension uses themes to define the colors used in front end.

Where are the themes?

Themes are organized in sub folders in folder rescssthemes.

Each subfolder contains another subfolder holding the images and there's a LESS-file, where colors used are defined.

In the LESS-files the colors assigned to variables are explained with comments above the variable declarations. example:

// Color of Watermark
@color-watermark:                   #8b8c91;
// Color of highlighted Comment:
@color-highlight:                   #a1bbe4;