1# Dokuwiki Color Picker plugin
2
3The color picker plugin puts a button in the DokuWiki edit toolbar for inserting a `<color>` tag.
4
5The available colors can be edited in the wiki settings.
6
7This plugin needs the [color plugin][1] to work!
8
9## Installation
10
11Put this folder in the lib/plugins folder in your DokuWiki directory.
12
13Go to the configuration page and define your color scheme in the form of
14
15    Combination1=foreground/background
16    Combination2=foreground/background
17    Combination3=foreground/background
18
19The combination name will be used as the title (shown on mouseover) for the picker button.
20
21The button will only appaear, if there is a color scheme configured!
22
23[1]: https://www.dokuwiki.org/plugin:color