Refine theme preview (currently placeholder from GitHub)

This commit is contained in:
grimsi
2024-03-19 15:11:25 +01:00
parent 87a4d50190
commit ce9351f56b
4 changed files with 36 additions and 13 deletions
+2
View File
@@ -3,11 +3,13 @@ import {Theme} from "Frontend/components/theming/Theme";
export class Themes {
public static LIGHT_DEFAULT = new Theme(
"Light default",
"#ffffff",
"#000000"
)
public static DARK_DEFAULT = new Theme(
"Dark default",
"#161B22",
"#ffffff"
)