body[data-theme="anyma"] {
  --bg-top: #1d2f3f;
  --bg-bottom: #0a121a;
  --text-main: #e6d2a1;
  --text-muted: #c3b087;
  --frame-border: #7f6a42;
  --glow: rgba(216, 165, 79, 0.34);
}

body[data-theme="campfire"] {
  --bg-top: #2f2a44;
  --bg-bottom: #16141f;
  --text-main: #f2d8a1;
  --text-muted: #ceb37f;
  --frame-border: #8f7044;
  --glow: rgba(255, 162, 66, 0.34);
}

body[data-theme="cinematic"] {
  --bg-top: #22313b;
  --bg-bottom: #0f1a21;
  --text-main: #edd4aa;
  --text-muted: #cdb185;
  --frame-border: #886d46;
  --glow: rgba(248, 170, 80, 0.32);
}

body[data-theme="colour-block"] {
  --bg-top: #1f4576;
  --bg-bottom: #0f2e5d;
  --text-main: #e8f4ff;
  --text-muted: #b9d7f2;
  --frame-border: #4f7bad;
  --glow: rgba(80, 160, 255, 0.4);
}

body[data-theme="cyborg"] {
  --bg-top: #2f1b1d;
  --bg-bottom: #140d0e;
  --text-main: #f7c8bf;
  --text-muted: #d8998c;
  --frame-border: #9c4f46;
  --glow: rgba(255, 99, 99, 0.36);
}

body[data-theme="dynamite"] {
  --bg-top: #3b2a1a;
  --bg-bottom: #1b130e;
  --text-main: #ecd6b2;
  --text-muted: #c5ab83;
  --frame-border: #8f6a3f;
  --glow: rgba(209, 149, 67, 0.32);
}

body[data-theme="enamel-pin"] {
  --bg-top: #f6f6f6;
  --bg-bottom: #d8d8d8;
  --text-main: #1d2430;
  --text-muted: #3f4b5d;
  --frame-border: #9aa0a8;
  --panel-bg: rgba(255, 255, 255, 0.58);
  --glow: rgba(64, 95, 138, 0.22);
}

body[data-theme="gothic-clay"] {
  --bg-top: #25253c;
  --bg-bottom: #10131f;
  --text-main: #dfd3b4;
  --text-muted: #b9ac91;
  --frame-border: #6a607b;
  --glow: rgba(145, 115, 180, 0.28);
}

body[data-theme="monochrome"] {
  --bg-top: #212121;
  --bg-bottom: #060708;
  --text-main: #ececec;
  --text-muted: #c4c4c4;
  --frame-border: #707070;
  --glow: rgba(245, 245, 245, 0.2);
  --img-filter: grayscale(100%) contrast(108%);
}

body[data-theme="moody"] {
  --bg-top: #233049;
  --bg-bottom: #101726;
  --text-main: #e9ddbe;
  --text-muted: #c2b392;
  --frame-border: #7384a0;
  --glow: rgba(146, 176, 220, 0.3);
}

body[data-theme="mystric-fighter"] {
  --bg-top: #2b2a36;
  --bg-bottom: #14131a;
  --text-main: #e5d8be;
  --text-muted: #c6b395;
  --frame-border: #74645a;
  --glow: rgba(222, 170, 108, 0.28);
}

body[data-theme="oil-painting"] {
  --bg-top: #2e2a1c;
  --bg-bottom: #18140d;
  --text-main: #f0d9ad;
  --text-muted: #d0b283;
  --frame-border: #947042;
  --glow: rgba(228, 170, 71, 0.34);
}

body[data-theme="risograph"] {
  --bg-top: #123a85;
  --bg-bottom: #071e48;
  --text-main: #fce2ff;
  --text-muted: #ffc8ff;
  --frame-border: #4a71c3;
  --glow: rgba(255, 114, 214, 0.45);
}

body[data-theme="salon"] {
  --bg-top: #2f2921;
  --bg-bottom: #12100b;
  --text-main: #e8d5b0;
  --text-muted: #c2ab82;
  --frame-border: #8f6b43;
  --glow: rgba(215, 165, 96, 0.3);
}

body[data-theme="scifi"] {
  --bg-top: #0f2044;
  --bg-bottom: #050b1f;
  --text-main: #b8edff;
  --text-muted: #89cbec;
  --frame-border: #3686cb;
  --glow: rgba(55, 201, 255, 0.5);
}

body[data-theme="sketch"] {
  --bg-top: #d9d2c6;
  --bg-bottom: #aea79a;
  --text-main: #212121;
  --text-muted: #3a3a3a;
  --frame-border: #7c766d;
  --panel-bg: rgba(255, 255, 255, 0.45);
  --dropdown-option-text: #ffffff;
  --dropdown-option-active-text: #ffffff;
  --glow: rgba(0, 0, 0, 0.18);
  --img-filter: grayscale(100%) contrast(104%);
}

body[data-theme="soft-portrait"] {
  --bg-top: #5b4a31;
  --bg-bottom: #271c11;
  --text-main: #f7e2bb;
  --text-muted: #dcbf92;
  --frame-border: #9c7b4b;
  --glow: rgba(255, 191, 96, 0.35);
}

body[data-theme="space"] {
  --bg-top: #0f1f35;
  --bg-bottom: #040913;
  --text-main: #d6efff;
  --text-muted: #9ec9e5;
  --frame-border: #3f6f9b;
  --glow: rgba(108, 205, 255, 0.36);
}

body[data-theme="steampunk"] {
  --bg-top: #4a3526;
  --bg-bottom: #1f1711;
  --text-main: #efd8af;
  --text-muted: #cdaf84;
  --frame-border: #9a7044;
  --glow: rgba(231, 157, 72, 0.35);
}

body[data-theme="sunrise"] {
  --bg-top: #6d4e2f;
  --bg-bottom: #2d1e12;
  --text-main: #ffe6bd;
  --text-muted: #e1c293;
  --frame-border: #b58a58;
  --glow: rgba(255, 191, 100, 0.4);
}

body[data-theme="surreal"] {
  --bg-top: #c5b99f;
  --bg-bottom: #8f836b;
  --text-main: #1e1d1a;
  --text-muted: #35332c;
  --frame-border: #7e6d56;
  --panel-bg: rgba(245, 240, 228, 0.46);
  --dropdown-option-text: #ffffff;
  --dropdown-option-active-text: #ffffff;
  --glow: rgba(130, 95, 54, 0.18);
}

body[data-theme="tamriel"] {
  --bg-top: #bfae89;
  --bg-bottom: #726248;
  --text-main: #1e1a14;
  --text-muted: #312a1f;
  --frame-border: #7d6646;
  --panel-bg: rgba(245, 236, 215, 0.45);
  --dropdown-option-text: #ffffff;
  --dropdown-option-active-text: #ffffff;
  --glow: rgba(133, 106, 64, 0.2);
}

body[data-theme="technicolour"] {
  --bg-top: #7b5209;
  --bg-bottom: #3a2400;
  --text-main: #ffefcf;
  --text-muted: #ecd39e;
  --frame-border: #bf8d34;
  --glow: rgba(255, 212, 74, 0.44);
}

