mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +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',
|
||||
colors: {
|
||||
...defaultColors,
|
||||
primary: '#a786df',
|
||||
secondary: '#5e72e4',
|
||||
darkBackground: '#0f0f1a',
|
||||
primary: '#c084fc',
|
||||
secondary: '#60a5fa',
|
||||
darkBackground: '#060609',
|
||||
},
|
||||
isEditable: false,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue