Skip to content
Rsl1122 edited this page May 31, 2018 · 14 revisions

Plan Header

Themes

New html in 4.1.0 required a new theme system.

In the new system colors are changed in theme.yml.

If you want to change how the web pages look completely check out Html Customization

Page version: 4.3.2

Themes

Here is a list of Themes currently available in version 4.1.1. (Click the link to view an image.)

Default: Default

All colors can be changed, so if you do not like a single color you can set it with the other settings.
If you want a certain themed theme to be created just ask - They're one of the easiest things to implement.

Looking for the color codes?

Borrow colors from other Themes

In order to copy colors from another theme:

  • Change Theme.Base in config.yml to name of a theme you want colors from
  • Remove the settings you want to copy inside the theme.yml
  • /plan reload the plugin

For example:

red: "#Value"
pink: "#Value"

Remove pink:

red: "#Value"

Reload:

red: "#Value"
pink: "#NewValue"

Custom colors

All the settings inside theme.yml accept a Html color code. This means that any setting can be set as any color.

Example: pink: '#ff75f3'

Changing the Font

The font can also be changed.
By default Roboto is in use. (https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic-ext)

If you want to use the Verdana font (Used in 3.6.4), set FontFamily: 'Verdana, sans-serif' and FontStyleSheet: ''
If you want to use another web font, set FontFamily: '''WebFontName'', sans-serif' and FontStyleSheet: 'linkToFontStyleSheet'

Pie Chart colors

Piecharts require multiple colors so they're all defined in a single row. The colors are placed on worlds in alphabetical order.

Format: '"#000000", "#111"'

Clone this wiki locally