💄(demo) add blueney theme
Add a dark theme inspired by another famous streaming platform with blue tint.
This commit is contained in:
committed by
Jean-Baptiste PENRATH
parent
270357bc7e
commit
ca56ab32c7
@@ -6,6 +6,7 @@ import { Home } from "./Home";
|
||||
enum Theme {
|
||||
CUNNINGHAM = "cunningham",
|
||||
REDFLUX = "redflux",
|
||||
BLUENEY = "blueney",
|
||||
}
|
||||
|
||||
enum Variant {
|
||||
@@ -22,6 +23,10 @@ const THEMES: Record<Theme, Record<Variant, string | undefined>> = {
|
||||
light: undefined,
|
||||
dark: "redflux_dark",
|
||||
},
|
||||
[Theme.BLUENEY]: {
|
||||
light: undefined,
|
||||
dark: "blueney_dark",
|
||||
},
|
||||
};
|
||||
|
||||
export enum Page {
|
||||
|
||||
Reference in New Issue
Block a user