[All Adaptavist Apps]
Theme Builder 3 and above allow colours to be set at space-level...
There are two locations where the actual colours are defined:
Some of the colours are used by default within spaces:
Tip: You can create a link to the Confluence colour scheme using the colourscheme
location of the menulink macro or compound-menuitem macro.
When you customise panels using the Panel Editor in the Layout Tab, you can select Confluence colours using the "Confluence" tab in the colour picker:
Tip: Mouse over the colour swatch cells and the tooltip will show what the colour is referred to within the space administration Color Scheme interface
You can set the following colours using this approach:
You can use Confluence colour properties within the Custom CSS and IE CSS settings on the CSS Tab.
For example, you could allow the "Custom Colour" settings to be used to set individual heading styles as follows:
h1 { color: property.style.customcolour1; } h2 { color: property.style.customcolour2; } h3 { color: property.style.customcolour3; } h4 { color: property.style.customcolour4; } h5 { color: property.style.customcolour5; }
For a complete list of the colour properties, see Confluence Colour Properties.