4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00
This commit is contained in:
AlphaX-Projects 2022-03-09 02:46:29 -08:00 committed by GitHub
parent 359022713e
commit b0b19b77eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 10 deletions

View File

@ -34,15 +34,6 @@ const styles = {
'#2196f3',
'#d81b60'
]
},
// Will make theme be calculated from config.styles.themes[config.user.theme]... or make theme the base..so it becomes theme = {...config.styles.theme, ...config.styles.themes[config.user.theme]}
themes: {
light: {
// ...
},
dark: {
// ...
}
}
}

View File

@ -6,7 +6,6 @@ const user = {
pingInterval: 10 * 1000, // (10 secs)
},
language: 'english', // default...english
theme: 'light',
server: {
writeHosts: {
enabled: true,