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 = {
|
export const classicTheme: HyperspaceTheme = {
|
||||||
key: "kingTheme",
|
key: "classicTheme",
|
||||||
name: "Royal II",
|
name: "Classic",
|
||||||
palette: {
|
palette: {
|
||||||
primary: deepPurple,
|
primary: {
|
||||||
secondary: amber
|
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