default dark theme
This commit is contained in:
parent
2844e0d078
commit
f30bb9a29b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ const defaultSettings = {
|
||||||
hide_boosts: true,
|
hide_boosts: true,
|
||||||
enable_trusted_instances: true,
|
enable_trusted_instances: true,
|
||||||
trusted_instances: [],
|
trusted_instances: [],
|
||||||
'theme.is_dark': false,
|
'theme.is_dark': true,
|
||||||
'theme.primary': '#FF4500',
|
'theme.primary': '#FF4500',
|
||||||
footerLinks: [
|
footerLinks: [
|
||||||
{ href: '/', label: 'home' },
|
{ href: '/', label: 'home' },
|
||||||
|
|
Loading…
Reference in a new issue