Update README.md
This commit is contained in:
parent
32bc836787
commit
af0f016b49
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -68,10 +68,10 @@ Dashboard also supports themes with the help of a simple JSON-file: themes.json.
|
|||
|
||||
```
|
||||
{
|
||||
"label": "[Theme Name]",
|
||||
"value": [Number of the theme],
|
||||
"mainColor": "[Main Color as 6-character hex code]",
|
||||
"accentColor": "[Accent Color as 6-character hex code]",
|
||||
"backgroundColor": "[Background Color as 6-character hex code]"
|
||||
"label": "[Theme Name]",
|
||||
"value": [Number of the theme],
|
||||
"mainColor": "[Main Color as 6-character hex code]",
|
||||
"accentColor": "[Accent Color as 6-character hex code]",
|
||||
"backgroundColor": "[Background Color as 6-character hex code]"
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue