WIP
This commit is contained in:
@@ -1,44 +0,0 @@
|
||||
import { Style } from "../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Temp",
|
||||
category: "custom",
|
||||
background: {
|
||||
type: "gradient",
|
||||
data: {
|
||||
dir: "radial",
|
||||
colors: ["#ff00ff", "#00ffff"],
|
||||
},
|
||||
},
|
||||
dark: {
|
||||
type: "image",
|
||||
data: {
|
||||
src: "https://placekitten.com/1024/1024",
|
||||
},
|
||||
},
|
||||
light: {
|
||||
type: "gradient",
|
||||
data: {
|
||||
dir: "radial",
|
||||
colors: ["#ffffff11", "#ffff0099", "#ffff0099"],
|
||||
},
|
||||
},
|
||||
moveIndicator: {
|
||||
type: "hueShift",
|
||||
data: 70,
|
||||
},
|
||||
border: {
|
||||
type: "gradient",
|
||||
data: {
|
||||
dir: "radial",
|
||||
colors: ["#009999", "#000099", "#990000"],
|
||||
},
|
||||
},
|
||||
coords: {
|
||||
onLight: "#4d7a26",
|
||||
onDark: "#ffffc4",
|
||||
onBorder: "#ececa4",
|
||||
},
|
||||
};
|
||||
|
||||
export default style;
|
||||
@@ -4,13 +4,13 @@ import azure from "./solid/azure";
|
||||
import clay from "./solid/clay";
|
||||
import rock from "./solid/rock";
|
||||
import danny from "./solid/danny";
|
||||
import dannyGreen from "./solid/danny-green";
|
||||
import dannyCyan from "./solid/danny-cyan";
|
||||
import dannyBlue from "./solid/danny-blue";
|
||||
import dannyPurple from "./solid/danny-purple";
|
||||
import dannyPink from "./solid/danny-pink";
|
||||
import dannyRed from "./solid/danny-red";
|
||||
import dannyYellow from "./solid/danny-yellow";
|
||||
import danny_green from "./solid/danny_green";
|
||||
import danny_cyan from "./solid/danny_cyan";
|
||||
import danny_blue from "./solid/danny_blue";
|
||||
import danny_purple from "./solid/danny_purple";
|
||||
import danny_pink from "./solid/danny_pink";
|
||||
import danny_red from "./solid/danny_red";
|
||||
import danny_yellow from "./solid/danny_yellow";
|
||||
import lichess from "./solid/lichess";
|
||||
import leko from "./solid/leko";
|
||||
import patina from "./solid/patina";
|
||||
@@ -22,27 +22,40 @@ import botez from "./solid/botez";
|
||||
import mud from "./solid/mud";
|
||||
import rose from "./solid/rose";
|
||||
import avocado from "./solid/avocado";
|
||||
import monoTeal from "./solid/mono-teal";
|
||||
import monoChico from "./solid/mono-chico";
|
||||
import monoGoblin from "./solid/mono-goblin";
|
||||
import monoMahogany from "./solid/mono-mahogany";
|
||||
import monoMojo from "./solid/mono-mojo";
|
||||
import monoMulberry from "./solid/mono-mulberry";
|
||||
import monoSycamore from "./solid/mono-sycamore";
|
||||
import monoBlue from "./solid/mono-blue";
|
||||
|
||||
import smoothSunset from "./gradient/smooth-sunset";
|
||||
import smoothSummer from "./gradient/smooth-summer";
|
||||
import smoothSpring from "./gradient/smooth-spring";
|
||||
import smoothForest from "./gradient/smooth-forest";
|
||||
import smoothLaguna from "./gradient/smooth-laguna";
|
||||
import smoothSea from "./gradient/smooth-sea";
|
||||
import smoothViolet from "./gradient/smooth-violet";
|
||||
import smoothMono from "./gradient/smooth-mono";
|
||||
import contrastA from "./gradient/contrast-a";
|
||||
import contrastB from "./gradient/contrast-b";
|
||||
import contrastC from "./gradient/contrast-c";
|
||||
import contrastD from "./gradient/contrast-d";
|
||||
import mono_teal from "./solid/mono_teal";
|
||||
import mono_chico from "./solid/mono_chico";
|
||||
import mono_goblin from "./solid/mono_goblin";
|
||||
import mono_mahogany from "./solid/mono_mahogany";
|
||||
import mono_mojo from "./solid/mono_mojo";
|
||||
import mono_mulberry from "./solid/mono_mulberry";
|
||||
import mono_sycamore from "./solid/mono_sycamore";
|
||||
import mono_blue from "./solid/mono_blue";
|
||||
import mono_coral from "./solid/mono_coral";
|
||||
import mono_flamingo from "./solid/mono_flamingo";
|
||||
import mono_rose from "./solid/mono_rose";
|
||||
import mono_heliotrope from "./solid/mono_heliotrope";
|
||||
import mono_cornflower from "./solid/mono_cornflower";
|
||||
import mono_dodger from "./solid/mono_dodger";
|
||||
import mono_meadow from "./solid/mono_meadow";
|
||||
import mono_mantis from "./solid/mono_mantis";
|
||||
import mono_coper from "./solid/mono_coper";
|
||||
import mono_contessa from "./solid/mono_contessa";
|
||||
import mono_terracotta from "./solid/mono_terracotta";
|
||||
import mono_harvest from "./solid/mono_harvest";
|
||||
|
||||
import smooth_sunset from "./gradient/smooth_sunset";
|
||||
import smooth_summer from "./gradient/smooth_summer";
|
||||
import smooth_spring from "./gradient/smooth_spring";
|
||||
import smooth_forest from "./gradient/smooth_forest";
|
||||
import smooth_laguna from "./gradient/smooth_laguna";
|
||||
import smooth_sea from "./gradient/smooth_sea";
|
||||
import smooth_violet from "./gradient/smooth_violet";
|
||||
import smooth_mono from "./gradient/smooth_mono";
|
||||
import contrast_a from "./gradient/contrast_a";
|
||||
import contrast_b from "./gradient/contrast_b";
|
||||
import contrast_c from "./gradient/contrast_c";
|
||||
import contrast_d from "./gradient/contrast_d";
|
||||
|
||||
import wood1 from "./pic/wood1";
|
||||
import wood2 from "./pic/wood2";
|
||||
@@ -53,7 +66,7 @@ import wood6 from "./pic/wood6";
|
||||
import wood7 from "./pic/wood7";
|
||||
import wood8 from "./pic/wood8";
|
||||
|
||||
const styles = {
|
||||
const boardStyles = {
|
||||
standard,
|
||||
spring,
|
||||
azure,
|
||||
@@ -67,38 +80,51 @@ const styles = {
|
||||
patina,
|
||||
mud,
|
||||
danny,
|
||||
dannyGreen,
|
||||
dannyCyan,
|
||||
dannyBlue,
|
||||
dannyPurple,
|
||||
dannyPink,
|
||||
dannyRed,
|
||||
dannyYellow,
|
||||
danny_green,
|
||||
danny_cyan,
|
||||
danny_blue,
|
||||
danny_purple,
|
||||
danny_pink,
|
||||
danny_red,
|
||||
danny_yellow,
|
||||
lichess,
|
||||
danya,
|
||||
botez,
|
||||
avocado,
|
||||
monoChico,
|
||||
monoMojo,
|
||||
monoMahogany,
|
||||
monoMulberry,
|
||||
monoBlue,
|
||||
monoTeal,
|
||||
monoGoblin,
|
||||
monoSycamore,
|
||||
|
||||
smoothSunset,
|
||||
smoothSummer,
|
||||
smoothSpring,
|
||||
smoothForest,
|
||||
smoothLaguna,
|
||||
smoothSea,
|
||||
smoothViolet,
|
||||
smoothMono,
|
||||
contrastA,
|
||||
contrastB,
|
||||
contrastC,
|
||||
contrastD,
|
||||
mono_chico,
|
||||
mono_mojo,
|
||||
mono_mahogany,
|
||||
mono_mulberry,
|
||||
mono_blue,
|
||||
mono_teal,
|
||||
mono_goblin,
|
||||
mono_sycamore,
|
||||
mono_coral,
|
||||
mono_flamingo,
|
||||
mono_rose,
|
||||
mono_heliotrope,
|
||||
mono_cornflower,
|
||||
mono_dodger,
|
||||
mono_meadow,
|
||||
mono_mantis,
|
||||
mono_coper,
|
||||
mono_contessa,
|
||||
mono_terracotta,
|
||||
mono_harvest,
|
||||
|
||||
smooth_sunset,
|
||||
smooth_summer,
|
||||
smooth_spring,
|
||||
smooth_forest,
|
||||
smooth_laguna,
|
||||
smooth_sea,
|
||||
smooth_violet,
|
||||
smooth_mono,
|
||||
contrast_a,
|
||||
contrast_b,
|
||||
contrast_c,
|
||||
contrast_d,
|
||||
wood1,
|
||||
wood2,
|
||||
wood3,
|
||||
@@ -109,4 +135,7 @@ const styles = {
|
||||
wood8,
|
||||
};
|
||||
|
||||
export default styles;
|
||||
const boardNames = Object.keys(boardStyles);
|
||||
|
||||
export { boardNames };
|
||||
export default boardStyles;
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Contrast A",
|
||||
category: "gradient",
|
||||
background: {
|
||||
type: "gradient",
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Contrast B",
|
||||
category: "gradient",
|
||||
background: {
|
||||
type: "gradient",
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Contrast C",
|
||||
category: "gradient",
|
||||
background: {
|
||||
type: "gradient",
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Contrast D",
|
||||
category: "gradient",
|
||||
background: {
|
||||
type: "gradient",
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Smooth Forest",
|
||||
category: "gradient",
|
||||
background: {
|
||||
type: "gradient",
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Smooth Laguna",
|
||||
category: "gradient",
|
||||
background: {
|
||||
type: "gradient",
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Smooth Mono",
|
||||
category: "gradient",
|
||||
background: {
|
||||
type: "gradient",
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Smooth Sea",
|
||||
category: "gradient",
|
||||
background: {
|
||||
type: "gradient",
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Smooth Spring",
|
||||
category: "gradient",
|
||||
background: {
|
||||
type: "gradient",
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Smooth Summer",
|
||||
category: "gradient",
|
||||
background: {
|
||||
type: "gradient",
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Smooth Sunset",
|
||||
category: "gradient",
|
||||
background: {
|
||||
type: "gradient",
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Smooth Violet",
|
||||
category: "gradient",
|
||||
background: {
|
||||
type: "gradient",
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Wood 1",
|
||||
category: "pic",
|
||||
background: {
|
||||
type: "image",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Wood 2",
|
||||
category: "pic",
|
||||
background: {
|
||||
type: "image",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Wood 3",
|
||||
category: "pic",
|
||||
background: {
|
||||
type: "image",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Wood 4",
|
||||
category: "pic",
|
||||
background: {
|
||||
type: "image",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Wood 5",
|
||||
category: "pic",
|
||||
background: {
|
||||
type: "image",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Wood 6",
|
||||
category: "pic",
|
||||
background: {
|
||||
type: "image",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Wood 7",
|
||||
category: "pic",
|
||||
background: {
|
||||
type: "image",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Wood 8",
|
||||
category: "pic",
|
||||
background: {
|
||||
type: "image",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Avocado",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Azure",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Botez",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Clay",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Danny",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Danny Blue",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Danny Cyan",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Danny Green",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Danny Pink",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Danny Purple",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Danny Red",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Danny Yellow",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Danya",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Leko",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Lichess",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Lila",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Mono",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Mono Blue",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Mono Chico",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
46
src/board/styles-board/solid/mono_contessa.ts
Normal file
46
src/board/styles-board/solid/mono_contessa.ts
Normal file
@@ -0,0 +1,46 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const bgColor = "#D47669";
|
||||
const fgColor = "#E9BAB4";
|
||||
const darkFontColor = "#95493F";
|
||||
const lightFontColor = "#ffffff";
|
||||
const borderFontColor = "#00000099";
|
||||
|
||||
const style: Style = {
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: "transparent",
|
||||
},
|
||||
},
|
||||
dark: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: bgColor,
|
||||
},
|
||||
},
|
||||
light: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: fgColor,
|
||||
},
|
||||
},
|
||||
moveIndicator: {
|
||||
type: "color",
|
||||
data: "#00ff0033",
|
||||
},
|
||||
border: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: bgColor,
|
||||
},
|
||||
},
|
||||
coords: {
|
||||
onLight: darkFontColor,
|
||||
onDark: lightFontColor,
|
||||
onBorder: borderFontColor,
|
||||
},
|
||||
};
|
||||
|
||||
export default style;
|
||||
46
src/board/styles-board/solid/mono_coper.ts
Normal file
46
src/board/styles-board/solid/mono_coper.ts
Normal file
@@ -0,0 +1,46 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const bgColor = "#AC746D";
|
||||
const fgColor = "#D5B9B6";
|
||||
const darkFontColor = "#704944";
|
||||
const lightFontColor = "#ffffff";
|
||||
const borderFontColor = "#00000099";
|
||||
|
||||
const style: Style = {
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: "transparent",
|
||||
},
|
||||
},
|
||||
dark: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: bgColor,
|
||||
},
|
||||
},
|
||||
light: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: fgColor,
|
||||
},
|
||||
},
|
||||
moveIndicator: {
|
||||
type: "color",
|
||||
data: "#00ff0033",
|
||||
},
|
||||
border: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: bgColor,
|
||||
},
|
||||
},
|
||||
coords: {
|
||||
onLight: darkFontColor,
|
||||
onDark: lightFontColor,
|
||||
onBorder: borderFontColor,
|
||||
},
|
||||
};
|
||||
|
||||
export default style;
|
||||
46
src/board/styles-board/solid/mono_coral.ts
Normal file
46
src/board/styles-board/solid/mono_coral.ts
Normal file
@@ -0,0 +1,46 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const bgColor = "#FF7C44";
|
||||
const fgColor = "#FFBDA1";
|
||||
const darkFontColor = "#DC4200";
|
||||
const lightFontColor = "#ffffff";
|
||||
const borderFontColor = "#00000099";
|
||||
|
||||
const style: Style = {
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: "transparent",
|
||||
},
|
||||
},
|
||||
dark: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: bgColor,
|
||||
},
|
||||
},
|
||||
light: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: fgColor,
|
||||
},
|
||||
},
|
||||
moveIndicator: {
|
||||
type: "color",
|
||||
data: "#00ffaa55",
|
||||
},
|
||||
border: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: bgColor,
|
||||
},
|
||||
},
|
||||
coords: {
|
||||
onLight: darkFontColor,
|
||||
onDark: lightFontColor,
|
||||
onBorder: borderFontColor,
|
||||
},
|
||||
};
|
||||
|
||||
export default style;
|
||||
46
src/board/styles-board/solid/mono_cornflower.ts
Normal file
46
src/board/styles-board/solid/mono_cornflower.ts
Normal file
@@ -0,0 +1,46 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const bgColor = "#7673FF";
|
||||
const fgColor = "#BAB9FF";
|
||||
const darkFontColor = "#3734B0";
|
||||
const lightFontColor = "#ffffff";
|
||||
const borderFontColor = "#00000099";
|
||||
|
||||
const style: Style = {
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: "transparent",
|
||||
},
|
||||
},
|
||||
dark: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: bgColor,
|
||||
},
|
||||
},
|
||||
light: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: fgColor,
|
||||
},
|
||||
},
|
||||
moveIndicator: {
|
||||
type: "color",
|
||||
data: "#ff770055",
|
||||
},
|
||||
border: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: bgColor,
|
||||
},
|
||||
},
|
||||
coords: {
|
||||
onLight: darkFontColor,
|
||||
onDark: lightFontColor,
|
||||
onBorder: borderFontColor,
|
||||
},
|
||||
};
|
||||
|
||||
export default style;
|
||||
46
src/board/styles-board/solid/mono_dodger.ts
Normal file
46
src/board/styles-board/solid/mono_dodger.ts
Normal file
@@ -0,0 +1,46 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const bgColor = "#3C85F4";
|
||||
const fgColor = "#9DC2F9";
|
||||
const darkFontColor = "#1451AE";
|
||||
const lightFontColor = "#ffffff";
|
||||
const borderFontColor = "#00000099";
|
||||
|
||||
const style: Style = {
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: "transparent",
|
||||
},
|
||||
},
|
||||
dark: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: bgColor,
|
||||
},
|
||||
},
|
||||
light: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: fgColor,
|
||||
},
|
||||
},
|
||||
moveIndicator: {
|
||||
type: "color",
|
||||
data: "#55ff0055",
|
||||
},
|
||||
border: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: bgColor,
|
||||
},
|
||||
},
|
||||
coords: {
|
||||
onLight: darkFontColor,
|
||||
onDark: lightFontColor,
|
||||
onBorder: borderFontColor,
|
||||
},
|
||||
};
|
||||
|
||||
export default style;
|
||||
46
src/board/styles-board/solid/mono_flamingo.ts
Normal file
46
src/board/styles-board/solid/mono_flamingo.ts
Normal file
@@ -0,0 +1,46 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const bgColor = "#F65656";
|
||||
const fgColor = "#FAAAAA";
|
||||
const darkFontColor = "#BC2D2D";
|
||||
const lightFontColor = "#ffffff";
|
||||
const borderFontColor = "#00000099";
|
||||
|
||||
const style: Style = {
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: "transparent",
|
||||
},
|
||||
},
|
||||
dark: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: bgColor,
|
||||
},
|
||||
},
|
||||
light: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: fgColor,
|
||||
},
|
||||
},
|
||||
moveIndicator: {
|
||||
type: "color",
|
||||
data: "#ffff0033",
|
||||
},
|
||||
border: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: bgColor,
|
||||
},
|
||||
},
|
||||
coords: {
|
||||
onLight: darkFontColor,
|
||||
onDark: lightFontColor,
|
||||
onBorder: borderFontColor,
|
||||
},
|
||||
};
|
||||
|
||||
export default style;
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Mono Goblin",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
46
src/board/styles-board/solid/mono_harvest.ts
Normal file
46
src/board/styles-board/solid/mono_harvest.ts
Normal file
@@ -0,0 +1,46 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const bgColor = "#EAA464";
|
||||
const fgColor = "#F4D1B1";
|
||||
const darkFontColor = "#BD8551";
|
||||
const lightFontColor = "#ffffff";
|
||||
const borderFontColor = "#00000099";
|
||||
|
||||
const style: Style = {
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: "transparent",
|
||||
},
|
||||
},
|
||||
dark: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: bgColor,
|
||||
},
|
||||
},
|
||||
light: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: fgColor,
|
||||
},
|
||||
},
|
||||
moveIndicator: {
|
||||
type: "color",
|
||||
data: "#00ff0033",
|
||||
},
|
||||
border: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: bgColor,
|
||||
},
|
||||
},
|
||||
coords: {
|
||||
onLight: darkFontColor,
|
||||
onDark: lightFontColor,
|
||||
onBorder: borderFontColor,
|
||||
},
|
||||
};
|
||||
|
||||
export default style;
|
||||
46
src/board/styles-board/solid/mono_heliotrope.ts
Normal file
46
src/board/styles-board/solid/mono_heliotrope.ts
Normal file
@@ -0,0 +1,46 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const bgColor = "#C84CF3";
|
||||
const fgColor = "#E3A5F9";
|
||||
const darkFontColor = "#881EAC";
|
||||
const lightFontColor = "#ffffff";
|
||||
const borderFontColor = "#00000099";
|
||||
|
||||
const style: Style = {
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: "transparent",
|
||||
},
|
||||
},
|
||||
dark: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: bgColor,
|
||||
},
|
||||
},
|
||||
light: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: fgColor,
|
||||
},
|
||||
},
|
||||
moveIndicator: {
|
||||
type: "hueShift",
|
||||
data: 30,
|
||||
},
|
||||
border: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: bgColor,
|
||||
},
|
||||
},
|
||||
coords: {
|
||||
onLight: darkFontColor,
|
||||
onDark: lightFontColor,
|
||||
onBorder: borderFontColor,
|
||||
},
|
||||
};
|
||||
|
||||
export default style;
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Mono Mahogany",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
46
src/board/styles-board/solid/mono_mantis.ts
Normal file
46
src/board/styles-board/solid/mono_mantis.ts
Normal file
@@ -0,0 +1,46 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const bgColor = "#69C549";
|
||||
const fgColor = "#B4E2A4";
|
||||
const darkFontColor = "#4C9433";
|
||||
const lightFontColor = "#ffffff";
|
||||
const borderFontColor = "#00000099";
|
||||
|
||||
const style: Style = {
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: "transparent",
|
||||
},
|
||||
},
|
||||
dark: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: bgColor,
|
||||
},
|
||||
},
|
||||
light: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: fgColor,
|
||||
},
|
||||
},
|
||||
moveIndicator: {
|
||||
type: "color",
|
||||
data: "#ffff0055",
|
||||
},
|
||||
border: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: bgColor,
|
||||
},
|
||||
},
|
||||
coords: {
|
||||
onLight: darkFontColor,
|
||||
onDark: lightFontColor,
|
||||
onBorder: borderFontColor,
|
||||
},
|
||||
};
|
||||
|
||||
export default style;
|
||||
46
src/board/styles-board/solid/mono_meadow.ts
Normal file
46
src/board/styles-board/solid/mono_meadow.ts
Normal file
@@ -0,0 +1,46 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const bgColor = "#07C575";
|
||||
const fgColor = "#83E2BA";
|
||||
const darkFontColor = "#07834F";
|
||||
const lightFontColor = "#ffffff";
|
||||
const borderFontColor = "#00000099";
|
||||
|
||||
const style: Style = {
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: "transparent",
|
||||
},
|
||||
},
|
||||
dark: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: bgColor,
|
||||
},
|
||||
},
|
||||
light: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: fgColor,
|
||||
},
|
||||
},
|
||||
moveIndicator: {
|
||||
type: "color",
|
||||
data: "#ffff0055",
|
||||
},
|
||||
border: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: bgColor,
|
||||
},
|
||||
},
|
||||
coords: {
|
||||
onLight: darkFontColor,
|
||||
onDark: lightFontColor,
|
||||
onBorder: borderFontColor,
|
||||
},
|
||||
};
|
||||
|
||||
export default style;
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Mono Blue",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Mono Mulberry",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
46
src/board/styles-board/solid/mono_rose.ts
Normal file
46
src/board/styles-board/solid/mono_rose.ts
Normal file
@@ -0,0 +1,46 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const bgColor = "#FB6299";
|
||||
const fgColor = "#FDB0CC";
|
||||
const darkFontColor = "#C8215D";
|
||||
const lightFontColor = "#ffffff";
|
||||
const borderFontColor = "#00000099";
|
||||
|
||||
const style: Style = {
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: "transparent",
|
||||
},
|
||||
},
|
||||
dark: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: bgColor,
|
||||
},
|
||||
},
|
||||
light: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: fgColor,
|
||||
},
|
||||
},
|
||||
moveIndicator: {
|
||||
type: "color",
|
||||
data: "#ffff0033",
|
||||
},
|
||||
border: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: bgColor,
|
||||
},
|
||||
},
|
||||
coords: {
|
||||
onLight: darkFontColor,
|
||||
onDark: lightFontColor,
|
||||
onBorder: borderFontColor,
|
||||
},
|
||||
};
|
||||
|
||||
export default style;
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Mono Sycamore",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Mono Teal",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
46
src/board/styles-board/solid/mono_terracotta.ts
Normal file
46
src/board/styles-board/solid/mono_terracotta.ts
Normal file
@@ -0,0 +1,46 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const bgColor = "#DF8F6C";
|
||||
const fgColor = "#EFC7B5";
|
||||
const darkFontColor = "#A56A51";
|
||||
const lightFontColor = "#ffffff";
|
||||
const borderFontColor = "#00000099";
|
||||
|
||||
const style: Style = {
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: "transparent",
|
||||
},
|
||||
},
|
||||
dark: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: bgColor,
|
||||
},
|
||||
},
|
||||
light: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: fgColor,
|
||||
},
|
||||
},
|
||||
moveIndicator: {
|
||||
type: "color",
|
||||
data: "#00ff0033",
|
||||
},
|
||||
border: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: bgColor,
|
||||
},
|
||||
},
|
||||
coords: {
|
||||
onLight: darkFontColor,
|
||||
onDark: lightFontColor,
|
||||
onBorder: borderFontColor,
|
||||
},
|
||||
};
|
||||
|
||||
export default style;
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Beige",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Beige",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Peach",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Rock",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Rose",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Spring",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Standard",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Violet",
|
||||
category: "solid",
|
||||
background: {
|
||||
type: "solid",
|
||||
|
||||
Reference in New Issue
Block a user