This commit is contained in:
Jorrin
2024-03-09 00:41:18 +01:00
parent 70f32abdf8
commit 887949ed8a
9 changed files with 157 additions and 162 deletions

View File

@@ -4,6 +4,6 @@ export { defaultTheme } from "./default";
export { allThemes } from "./all";
export const safeThemeList = allThemes
.flatMap(v=>v.selectors)
.filter(v=>v.startsWith("."))
.map(v=>v.slice(1)); // remove dot from selector
.flatMap((v) => v.selectors)
.filter((v) => v.startsWith("."))
.map((v) => v.slice(1)); // remove dot from selector