mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
WIP
This commit is contained in:
parent
359022713e
commit
b0b19b77eb
@ -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: {
|
||||
// ...
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -6,7 +6,6 @@ const user = {
|
||||
pingInterval: 10 * 1000, // (10 secs)
|
||||
},
|
||||
language: 'english', // default...english
|
||||
theme: 'light',
|
||||
server: {
|
||||
writeHosts: {
|
||||
enabled: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user