add tags / fix them name
|
Before Width: | Height: | Size: 255 B After Width: | Height: | Size: 255 B |
|
Before Width: | Height: | Size: 337 B After Width: | Height: | Size: 337 B |
|
Before Width: | Height: | Size: 436 B After Width: | Height: | Size: 436 B |
|
Before Width: | Height: | Size: 296 B After Width: | Height: | Size: 296 B |
|
Before Width: | Height: | Size: 358 B After Width: | Height: | Size: 358 B |
|
Before Width: | Height: | Size: 387 B After Width: | Height: | Size: 387 B |
|
Before Width: | Height: | Size: 290 B After Width: | Height: | Size: 290 B |
|
Before Width: | Height: | Size: 373 B After Width: | Height: | Size: 373 B |
|
Before Width: | Height: | Size: 444 B After Width: | Height: | Size: 444 B |
|
Before Width: | Height: | Size: 389 B After Width: | Height: | Size: 389 B |
|
Before Width: | Height: | Size: 621 B After Width: | Height: | Size: 621 B |
|
Before Width: | Height: | Size: 489 B After Width: | Height: | Size: 489 B |
|
Before Width: | Height: | Size: 147 B After Width: | Height: | Size: 147 B |
|
Before Width: | Height: | Size: 263 B After Width: | Height: | Size: 263 B |
|
|
@ -0,0 +1,20 @@
|
|||
import { Theme } from "../Theme";
|
||||
|
||||
export const dwarfFortressTheme: Theme = {
|
||||
size: 32,
|
||||
mine: () => import("../../assets/themes/color-palettes/crimson/mine.png"),
|
||||
tile: () => import("../../assets/themes/color-palettes/crimson/tile.png"),
|
||||
revealed: () => import("../../assets/themes/color-palettes/crimson/revealed.png"),
|
||||
flag: () => import("../../assets/themes/color-palettes/crimson/flag.png"),
|
||||
questionMark: () =>
|
||||
import("../../assets/themes/color-palettes/crimson/question-mark.png"),
|
||||
lastPos: () => import("../../assets/themes/color-palettes/crimson/last-pos.png"),
|
||||
1: () => import("../../assets/themes/color-palettes/crimson/1.png"),
|
||||
2: () => import("../../assets/themes/color-palettes/crimson/2.png"),
|
||||
3: () => import("../../assets/themes/color-palettes/crimson/3.png"),
|
||||
4: () => import("../../assets/themes/color-palettes/crimson/4.png"),
|
||||
5: () => import("../../assets/themes/color-palettes/crimson/5.png"),
|
||||
6: () => import("../../assets/themes/color-palettes/crimson/6.png"),
|
||||
7: () => import("../../assets/themes/color-palettes/crimson/7.png"),
|
||||
8: () => import("../../assets/themes/color-palettes/crimson/8.png"),
|
||||
};
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
import { Theme } from "../Theme";
|
||||
|
||||
export const dwarfFortressTheme: Theme = {
|
||||
size: 32,
|
||||
mine: () => import("../../assets/themes/color-palettes/dwarf-fortress/mine.png"),
|
||||
tile: () => import("../../assets/themes/color-palettes/dwarf-fortress/tile.png"),
|
||||
revealed: () => import("../../assets/themes/color-palettes/dwarf-fortress/revealed.png"),
|
||||
flag: () => import("../../assets/themes/color-palettes/dwarf-fortress/flag.png"),
|
||||
questionMark: () =>
|
||||
import("../../assets/themes/color-palettes/dwarf-fortress/question-mark.png"),
|
||||
lastPos: () => import("../../assets/themes/color-palettes/dwarf-fortress/last-pos.png"),
|
||||
1: () => import("../../assets/themes/color-palettes/dwarf-fortress/1.png"),
|
||||
2: () => import("../../assets/themes/color-palettes/dwarf-fortress/2.png"),
|
||||
3: () => import("../../assets/themes/color-palettes/dwarf-fortress/3.png"),
|
||||
4: () => import("../../assets/themes/color-palettes/dwarf-fortress/4.png"),
|
||||
5: () => import("../../assets/themes/color-palettes/dwarf-fortress/5.png"),
|
||||
6: () => import("../../assets/themes/color-palettes/dwarf-fortress/6.png"),
|
||||
7: () => import("../../assets/themes/color-palettes/dwarf-fortress/7.png"),
|
||||
8: () => import("../../assets/themes/color-palettes/dwarf-fortress/8.png"),
|
||||
};
|
||||
|
|
@ -3,7 +3,7 @@ import { blackAndWhiteTheme } from "./black-and-white";
|
|||
import { catsTheme } from "./cats";
|
||||
import { circuitTheme } from "./circuit";
|
||||
import { circuitBinaryTheme } from "./circuit-binary";
|
||||
import { dwarfFortressTheme } from "./color-palettes/dwarf-fortress";
|
||||
import { dwarfFortressTheme } from "./color-palettes/crimson";
|
||||
import { nauticalTheme } from "./color-palettes/nautical";
|
||||
import { shadowWarriorTheme } from "./color-palettes/shadow-warrior";
|
||||
import { upInSmokeTheme } from "./color-palettes/up-in-smoke";
|
||||
|
|
@ -165,67 +165,67 @@ export const themes: ThemeEntry[] = [
|
|||
},
|
||||
{
|
||||
name: "Blue",
|
||||
tags: [""],
|
||||
tags: ["Monochrome"],
|
||||
id: "blue",
|
||||
theme: blueTheme,
|
||||
},
|
||||
{
|
||||
name: "Green",
|
||||
tags: [""],
|
||||
tags: ["Monochrome"],
|
||||
id: "green",
|
||||
theme: greenTheme,
|
||||
},
|
||||
{
|
||||
name: "Orange",
|
||||
tags: [""],
|
||||
tags: ["Monochrome"],
|
||||
id: "orange",
|
||||
theme: orangeTheme,
|
||||
},
|
||||
{
|
||||
name: "Pink",
|
||||
tags: [""],
|
||||
tags: ["Monochrome"],
|
||||
id: "pink",
|
||||
theme: pinkTheme,
|
||||
},
|
||||
{
|
||||
name: "Purple",
|
||||
tags: [""],
|
||||
tags: ["Monochrome"],
|
||||
id: "purple",
|
||||
theme: purpleTheme,
|
||||
},
|
||||
{
|
||||
name: "Red",
|
||||
tags: [""],
|
||||
tags: ["Monochrome"],
|
||||
id: "red",
|
||||
theme: redTheme,
|
||||
},
|
||||
{
|
||||
name: "Turquoise",
|
||||
tags: [""],
|
||||
tags: ["Monochrome"],
|
||||
id: "turquoise",
|
||||
theme: turquoiseTheme,
|
||||
},
|
||||
{
|
||||
name: "Yellow",
|
||||
tags: [""],
|
||||
tags: ["Monochrome"],
|
||||
id: "yellow",
|
||||
theme: yellowTheme,
|
||||
},
|
||||
{
|
||||
name: "Circuit",
|
||||
tags: [""],
|
||||
tags: [],
|
||||
id: "circuit",
|
||||
theme: circuitTheme,
|
||||
},
|
||||
{
|
||||
name: "Circuit Binary",
|
||||
tags: [""],
|
||||
tags: ["No Numbers"],
|
||||
id: "circuit-biinary",
|
||||
theme: circuitBinaryTheme,
|
||||
},
|
||||
{
|
||||
name: "Farm",
|
||||
tags: [""],
|
||||
tags: [],
|
||||
id: "farm",
|
||||
theme: farmTheme,
|
||||
},
|
||||
|
|
@ -249,44 +249,44 @@ export const themes: ThemeEntry[] = [
|
|||
},
|
||||
{
|
||||
name: "MLG",
|
||||
tags: [""],
|
||||
tags: [],
|
||||
id: "mlg",
|
||||
theme: MLGTheme,
|
||||
},
|
||||
{
|
||||
name: "Poop",
|
||||
tags: [""],
|
||||
tags: [],
|
||||
id: "poop",
|
||||
theme: poopTheme,
|
||||
},
|
||||
{
|
||||
name: "Underwater",
|
||||
tags: [""],
|
||||
tags: [],
|
||||
id: "underwater",
|
||||
theme: underwaterTheme,
|
||||
},
|
||||
{
|
||||
name: "Nautical",
|
||||
tags: [""],
|
||||
tags: [],
|
||||
id: "nautical",
|
||||
theme: nauticalTheme,
|
||||
},
|
||||
{
|
||||
name: "Up in Smoke",
|
||||
tags: [""],
|
||||
tags: [],
|
||||
id: "up-in-smoke",
|
||||
theme: upInSmokeTheme,
|
||||
},
|
||||
{
|
||||
name: "Shadow Warrior",
|
||||
tags: [""],
|
||||
tags: [],
|
||||
id: "shadow-warrior",
|
||||
theme: shadowWarriorTheme,
|
||||
},
|
||||
{
|
||||
name: "Dwarf Fortress",
|
||||
tags: [""],
|
||||
id: "dwarf-fortress",
|
||||
name: "Crimson",
|
||||
tags: [],
|
||||
id: "crimson",
|
||||
theme: dwarfFortressTheme,
|
||||
},
|
||||
];
|
||||
|
|
|
|||