mirror of
https://github.com/hyperspacedev/hyperspace
synced 2025-01-31 09:37:05 +01:00
Merge branch '1.0.0-golden-master' into gm-100-search-bar
This commit is contained in:
commit
31dc41eb3d
@ -122,30 +122,6 @@ export const memoriumTheme: HyperspaceTheme = {
|
||||
}
|
||||
};
|
||||
|
||||
export const blissTheme: HyperspaceTheme = {
|
||||
key: "blissTheme",
|
||||
name: "Bliss",
|
||||
palette: {
|
||||
primary: {
|
||||
main: "#3e2723"
|
||||
},
|
||||
secondary: lightBlue
|
||||
}
|
||||
};
|
||||
|
||||
export const attractTheme: HyperspaceTheme = {
|
||||
key: "attractTheme",
|
||||
name: "Attract",
|
||||
palette: {
|
||||
primary: {
|
||||
main: "#E57373"
|
||||
},
|
||||
secondary: {
|
||||
main: "#78909C"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
export const themes = [
|
||||
defaultTheme,
|
||||
gardenerTheme,
|
||||
@ -155,9 +131,7 @@ export const themes = [
|
||||
entertainerTheme,
|
||||
classicTheme,
|
||||
dragonTheme,
|
||||
memoriumTheme,
|
||||
blissTheme,
|
||||
attractTheme
|
||||
memoriumTheme
|
||||
];
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user