1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-29 16:07:40 +01:00
smov/themes/all.ts
2024-06-06 09:24:02 -07:00

13 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
]