Added theme, unified href format for pages
This commit is contained in:
parent
17f86b4be4
commit
a0264a31cb
2 changed files with 16 additions and 4 deletions
public/data
|
@ -47,6 +47,18 @@
|
|||
"loading": "#ff5300",
|
||||
"offline": "#ff0000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"themeName": "Custom Theme 3",
|
||||
"themeId": 4,
|
||||
"colors": {
|
||||
"background": "#000000",
|
||||
"primary": "#00ffaa",
|
||||
"secondary": "#aa00ff",
|
||||
"online": "#00ff00",
|
||||
"loading": "#ff5300",
|
||||
"offline": "#ff0000"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue