mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-20 16:22:04 +00:00
adjusted default theme
This commit is contained in:
parent
f8f14a352a
commit
70586e2b64
1 changed files with 3 additions and 3 deletions
|
|
@ -45,9 +45,9 @@ export const DEFAULT_THEMES: Theme[] = [
|
||||||
name: 'Moonlight',
|
name: 'Moonlight',
|
||||||
colors: {
|
colors: {
|
||||||
...defaultColors,
|
...defaultColors,
|
||||||
primary: '#a786df',
|
primary: '#c084fc',
|
||||||
secondary: '#5e72e4',
|
secondary: '#60a5fa',
|
||||||
darkBackground: '#0f0f1a',
|
darkBackground: '#060609',
|
||||||
},
|
},
|
||||||
isEditable: false,
|
isEditable: false,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue