Chore: Update Theme-Default & Remove Light-Contrast

This commit is contained in:
Youwes09
2026-04-26 00:29:31 -05:00
parent 1c004d7e5c
commit 361a145702
9 changed files with 66 additions and 66 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ export type LibrarySortDir = "asc" | "desc";
export type LibraryStatusFilter = "ALL" | "ONGOING" | "COMPLETED" | "CANCELLED" | "HIATUS" | "UNKNOWN";
export type LibraryContentFilter = "unread" | "started" | "downloaded" | "bookmarked" | "marked";
export type BuiltinTheme = "dark" | "high-contrast" | "light" | "light-contrast" | "midnight" | "warm";
export type BuiltinTheme = "original" | "dark" | "light" | "midnight" | "warm";
export type Theme = BuiltinTheme | string;
export interface ThemeTokens {