movie-web/themes/all.ts
2024-04-20 13:12:56 -04:00

14 lines
232 B
TypeScript

import teal from "./list/teal";
import blue from "./list/blue";
import red from "./list/red";
import gray from "./list/gray";
import amoled from "./list/amoled";
export const allThemes = [
teal,
blue,
gray,
red,
amoled
]