Remove /public/data from git to prevent conflicts with the server
This commit is contained in:
parent
b42340dbda
commit
d4c8ad535f
6 changed files with 57 additions and 274 deletions
config-templates
31
config-templates/themes.json.template
Normal file
31
config-templates/themes.json.template
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"themes": [
|
||||
{
|
||||
"themeName": "Example",
|
||||
"themeId": 0,
|
||||
"colors": {
|
||||
"background": "#ffffff",
|
||||
"primary": "#00AAFF",
|
||||
"secondary": "#FF5500",
|
||||
"online": "#2BFF00",
|
||||
"loading": "#D400FF",
|
||||
"offline": "#FF002B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"themeName": "Example 2",
|
||||
"themeId": 1,
|
||||
"backgroundImage": "imageurl",
|
||||
"colors": {
|
||||
"background": "#0000",
|
||||
"backgroundAlt": "#0000",
|
||||
"primary": "#ccc",
|
||||
"secondary": "#00C7C7",
|
||||
"text": "#000",
|
||||
"online": "#00ff00",
|
||||
"loading": "#0063C7",
|
||||
"offline": "#ff0000"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue