mirror of
https://github.com/hyperspacedev/hyperspace
synced 2025-01-31 01:29:37 +01:00
Replace King theme with Classic theme
This commit is contained in:
parent
b9af9cc26f
commit
a862ec5ab0
@ -71,12 +71,16 @@ export const entertainerTheme: HyperspaceTheme = {
|
||||
}
|
||||
}
|
||||
|
||||
export const kingTheme: HyperspaceTheme = {
|
||||
key: "kingTheme",
|
||||
name: "Royal II",
|
||||
export const classicTheme: HyperspaceTheme = {
|
||||
key: "classicTheme",
|
||||
name: "Classic",
|
||||
palette: {
|
||||
primary: deepPurple,
|
||||
secondary: amber
|
||||
primary: {
|
||||
main: "#555555"
|
||||
},
|
||||
secondary: {
|
||||
main: "#5c2d91"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -122,4 +126,4 @@ export const attractTheme: HyperspaceTheme = {
|
||||
}
|
||||
}
|
||||
|
||||
export const themes = [defaultTheme, gardenerTheme, teacherTheme, jokerTheme, guardTheme, entertainerTheme, kingTheme, dragonTheme, memoriumTheme, blissTheme, attractTheme]
|
||||
export const themes = [defaultTheme, gardenerTheme, teacherTheme, jokerTheme, guardTheme, entertainerTheme, classicTheme, dragonTheme, memoriumTheme, blissTheme, attractTheme]
|
Loading…
x
Reference in New Issue
Block a user