-
Notifications
You must be signed in to change notification settings - Fork 2
Documentation
PlusPlusObject(selector, applyFunction, properties, flags);
Apply the selector as an CssRule, where css is appended to style.
If css rule should be importans flags.important
should be true
Apply the selector as and image. The value should be a link to a file on the internet.
If elements that should be transparent should the defined as an string array in the flags.elements
.
If the image is the main background, the flags.backImg
should be true, if not false.
Define the value of the selector
Activate the selector
The normal theme construction system can be really confusing with the amount off selectors used. A solution to this is to break the selectors into groups like "navbar" and "accent".
The customTemplate
is where the different groups are defined.
A requested feature is to base a custom theme from one of the static themes, and that's what the themeConvert
is for. It defines which selectors represent a custom theme template best.