add color/poop theme package

This commit is contained in:
CutieCat2804 2024-10-07 18:45:20 +02:00
parent 323c44ee00
commit d035775a54
41 changed files with 172 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 157 B

After

Width:  |  Height:  |  Size: 154 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 301 B

After

Width:  |  Height:  |  Size: 303 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 417 B

After

Width:  |  Height:  |  Size: 401 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 B

After

Width:  |  Height:  |  Size: 152 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 283 B

After

Width:  |  Height:  |  Size: 286 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 151 B

After

Width:  |  Height:  |  Size: 152 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 267 B

After

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 444 B

After

Width:  |  Height:  |  Size: 450 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 401 B

After

Width:  |  Height:  |  Size: 421 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 493 B

After

Width:  |  Height:  |  Size: 488 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 B

After

Width:  |  Height:  |  Size: 154 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 285 B

After

Width:  |  Height:  |  Size: 275 B

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 375 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 344 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 379 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 392 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 479 B

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 492 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 B

19
src/themes/colors/blue.ts Normal file
View File

@ -0,0 +1,19 @@
import { Theme } from "../Theme";
export const blueTheme: Theme = {
size: 32,
mine: () => import("../../assets/themes/colors/blue/mine.png"),
tile: () => import("../../assets/themes/colors/blue/tile.png"),
revealed: () => import("../../assets/themes/colors/blue/revealed.png"),
flag: () => import("../../assets/themes/colors/blue/flag.png"),
questionMark: () => import("../../assets/themes/colors/blue/question-mark.png"),
lastPos: () => import("../../assets/themes/colors/blue/last-pos.png"),
1: () => import("../../assets/themes/colors/blue/1.png"),
2: () => import("../../assets/themes/colors/blue/2.png"),
3: () => import("../../assets/themes/colors/blue/3.png"),
4: () => import("../../assets/themes/colors/blue/4.png"),
5: () => import("../../assets/themes/colors/blue/5.png"),
6: () => import("../../assets/themes/colors/blue/6.png"),
7: () => import("../../assets/themes/colors/blue/7.png"),
8: () => import("../../assets/themes/colors/blue/8.png"),
};

View File

@ -0,0 +1,19 @@
import { Theme } from "../Theme";
export const greenTheme: Theme = {
size: 32,
mine: () => import("../../assets/themes/colors/green/mine.png"),
tile: () => import("../../assets/themes/colors/green/tile.png"),
revealed: () => import("../../assets/themes/colors/green/revealed.png"),
flag: () => import("../../assets/themes/colors/green/flag.png"),
questionMark: () => import("../../assets/themes/colors/green/question-mark.png"),
lastPos: () => import("../../assets/themes/colors/green/last-pos.png"),
1: () => import("../../assets/themes/colors/green/1.png"),
2: () => import("../../assets/themes/colors/green/2.png"),
3: () => import("../../assets/themes/colors/green/3.png"),
4: () => import("../../assets/themes/colors/green/4.png"),
5: () => import("../../assets/themes/colors/green/5.png"),
6: () => import("../../assets/themes/colors/green/6.png"),
7: () => import("../../assets/themes/colors/green/7.png"),
8: () => import("../../assets/themes/colors/green/8.png"),
};

View File

@ -0,0 +1,19 @@
import { Theme } from "../Theme";
export const orangeTheme: Theme = {
size: 32,
mine: () => import("../../assets/themes/colors/orange/mine.png"),
tile: () => import("../../assets/themes/colors/orange/tile.png"),
revealed: () => import("../../assets/themes/colors/orange/revealed.png"),
flag: () => import("../../assets/themes/colors/orange/flag.png"),
questionMark: () => import("../../assets/themes/colors/orange/question-mark.png"),
lastPos: () => import("../../assets/themes/colors/orange/last-pos.png"),
1: () => import("../../assets/themes/colors/orange/1.png"),
2: () => import("../../assets/themes/colors/orange/2.png"),
3: () => import("../../assets/themes/colors/orange/3.png"),
4: () => import("../../assets/themes/colors/orange/4.png"),
5: () => import("../../assets/themes/colors/orange/5.png"),
6: () => import("../../assets/themes/colors/orange/6.png"),
7: () => import("../../assets/themes/colors/orange/7.png"),
8: () => import("../../assets/themes/colors/orange/8.png"),
};

19
src/themes/colors/pink.ts Normal file
View File

@ -0,0 +1,19 @@
import { Theme } from "../Theme";
export const pinkTheme: Theme = {
size: 32,
mine: () => import("../../assets/themes/colors/pink/mine.png"),
tile: () => import("../../assets/themes/colors/pink/tile.png"),
revealed: () => import("../../assets/themes/colors/pink/revealed.png"),
flag: () => import("../../assets/themes/colors/pink/flag.png"),
questionMark: () => import("../../assets/themes/colors/pink/question-mark.png"),
lastPos: () => import("../../assets/themes/colors/pink/last-pos.png"),
1: () => import("../../assets/themes/colors/pink/1.png"),
2: () => import("../../assets/themes/colors/pink/2.png"),
3: () => import("../../assets/themes/colors/pink/3.png"),
4: () => import("../../assets/themes/colors/pink/4.png"),
5: () => import("../../assets/themes/colors/pink/5.png"),
6: () => import("../../assets/themes/colors/pink/6.png"),
7: () => import("../../assets/themes/colors/pink/7.png"),
8: () => import("../../assets/themes/colors/pink/8.png"),
};

View File

@ -0,0 +1,19 @@
import { Theme } from "../Theme";
export const purpleTheme: Theme = {
size: 32,
mine: () => import("../../assets/themes/colors/purple/mine.png"),
tile: () => import("../../assets/themes/colors/purple/tile.png"),
revealed: () => import("../../assets/themes/colors/purple/revealed.png"),
flag: () => import("../../assets/themes/colors/purple/flag.png"),
questionMark: () => import("../../assets/themes/colors/purple/question-mark.png"),
lastPos: () => import("../../assets/themes/colors/purple/last-pos.png"),
1: () => import("../../assets/themes/colors/purple/1.png"),
2: () => import("../../assets/themes/colors/purple/2.png"),
3: () => import("../../assets/themes/colors/purple/3.png"),
4: () => import("../../assets/themes/colors/purple/4.png"),
5: () => import("../../assets/themes/colors/purple/5.png"),
6: () => import("../../assets/themes/colors/purple/6.png"),
7: () => import("../../assets/themes/colors/purple/7.png"),
8: () => import("../../assets/themes/colors/purple/8.png"),
};

19
src/themes/colors/red.ts Normal file
View File

@ -0,0 +1,19 @@
import { Theme } from "../Theme";
export const redTheme: Theme = {
size: 32,
mine: () => import("../../assets/themes/colors/red/mine.png"),
tile: () => import("../../assets/themes/colors/red/tile.png"),
revealed: () => import("../../assets/themes/colors/red/revealed.png"),
flag: () => import("../../assets/themes/colors/red/flag.png"),
questionMark: () => import("../../assets/themes/colors/red/question-mark.png"),
lastPos: () => import("../../assets/themes/colors/red/last-pos.png"),
1: () => import("../../assets/themes/colors/red/1.png"),
2: () => import("../../assets/themes/colors/red/2.png"),
3: () => import("../../assets/themes/colors/red/3.png"),
4: () => import("../../assets/themes/colors/red/4.png"),
5: () => import("../../assets/themes/colors/red/5.png"),
6: () => import("../../assets/themes/colors/red/6.png"),
7: () => import("../../assets/themes/colors/red/7.png"),
8: () => import("../../assets/themes/colors/red/8.png"),
};

View File

@ -0,0 +1,19 @@
import { Theme } from "../Theme";
export const turquoiseTheme: Theme = {
size: 32,
mine: () => import("../../assets/themes/colors/turquoise/mine.png"),
tile: () => import("../../assets/themes/colors/turquoise/tile.png"),
revealed: () => import("../../assets/themes/colors/turquoise/revealed.png"),
flag: () => import("../../assets/themes/colors/turquoise/flag.png"),
questionMark: () => import("../../assets/themes/colors/turquoise/question-mark.png"),
lastPos: () => import("../../assets/themes/colors/turquoise/last-pos.png"),
1: () => import("../../assets/themes/colors/turquoise/1.png"),
2: () => import("../../assets/themes/colors/turquoise/2.png"),
3: () => import("../../assets/themes/colors/turquoise/3.png"),
4: () => import("../../assets/themes/colors/turquoise/4.png"),
5: () => import("../../assets/themes/colors/turquoise/5.png"),
6: () => import("../../assets/themes/colors/turquoise/6.png"),
7: () => import("../../assets/themes/colors/turquoise/7.png"),
8: () => import("../../assets/themes/colors/turquoise/8.png"),
};

View File

@ -0,0 +1,20 @@
import { Theme } from "../Theme";
export const yellowTheme: Theme = {
size: 32,
mine: () => import("../../assets/themes/colors/yellow/mine.png"),
tile: () => import("../../assets/themes/colors/yellow/tile.png"),
revealed: () => import("../../assets/themes/colors/yellow/revealed.png"),
flag: () => import("../../assets/themes/colors/yellow/flag.png"),
questionMark: () =>
import("../../assets/themes/colors/yellow/question-mark.png"),
lastPos: () => import("../../assets/themes/colors/yellow/last-pos.png"),
1: () => import("../../assets/themes/colors/yellow/1.png"),
2: () => import("../../assets/themes/colors/yellow/2.png"),
3: () => import("../../assets/themes/colors/yellow/3.png"),
4: () => import("../../assets/themes/colors/yellow/4.png"),
5: () => import("../../assets/themes/colors/yellow/5.png"),
6: () => import("../../assets/themes/colors/yellow/6.png"),
7: () => import("../../assets/themes/colors/yellow/7.png"),
8: () => import("../../assets/themes/colors/yellow/8.png"),
};

19
src/themes/poop.ts Normal file
View File

@ -0,0 +1,19 @@
import { Theme } from "./Theme";
export const poopTheme: Theme = {
size: 32,
mine: () => import("../assets/themes/poop/mine.png"),
tile: () => import("../assets/themes/poop/tile.png"),
revealed: () => import("../assets/themes/poop/revealed.png"),
flag: () => import("../assets/themes/poop/flag.png"),
questionMark: () => import("../assets/themes/poop/question-mark.png"),
lastPos: () => import("../assets/themes/poop/last-pos.png"),
1: () => import("../assets/themes/poop/1.png"),
2: () => import("../assets/themes/poop/2.png"),
3: () => import("../assets/themes/poop/3.png"),
4: () => import("../assets/themes/poop/4.png"),
5: () => import("../assets/themes/poop/5.png"),
6: () => import("../assets/themes/poop/6.png"),
7: () => import("../assets/themes/poop/7.png"),
8: () => import("../assets/themes/poop/8.png"),
};