/* 本文件由 scripts/build-themes.mjs 生成,勿手改 */

html[data-webawesome] {
  --bg: var(--x-a2);
  --panel: #ffffff;
  --panel-2: #ffffff;
  --text: var(--x-g12);
  --text-2: var(--x-g11);
  --text-3: var(--x-g10);
  --border: var(--x-g6);
  --border-2: var(--x-g7);
  --hover: var(--x-g3);
  --hover-2: var(--x-g4);
  --active: var(--x-g5);
  --tint: var(--x-a2);
  --accent-soft: var(--x-a3);
  --selected: var(--x-a4);
  --selected-2: var(--x-a5);
  --primary: var(--x-a9);
  --primary-2: var(--x-a10);
  --primary-fg: var(--x-solid-fg);
  --link: var(--x-a11);
  --accent-text: var(--x-a11);
  --star: #f4b400;

  --wa-color-brand-fill-quiet: var(--x-a3);
  --wa-color-brand-fill-normal: var(--x-a4);
  --wa-color-brand-fill-loud: var(--x-a9);
  --wa-color-brand-border-quiet: var(--x-a6);
  --wa-color-brand-border-normal: var(--x-a7);
  --wa-color-brand-border-loud: var(--x-a8);
  --wa-color-brand-on-quiet: var(--x-a11);
  --wa-color-brand-on-normal: var(--x-a11);
  --wa-color-brand-on-loud: var(--x-solid-fg);
  --wa-color-brand: var(--x-a9);
  --wa-color-brand-on: var(--x-solid-fg);

  --wa-color-neutral-fill-quiet: var(--x-g3);
  --wa-color-neutral-fill-normal: var(--x-g4);
  --wa-color-neutral-fill-loud: var(--x-g12);
  --wa-color-neutral-border-quiet: var(--x-g6);
  --wa-color-neutral-border-normal: var(--x-g7);
  --wa-color-neutral-border-loud: var(--x-g8);
  --wa-color-neutral-on-quiet: var(--x-g11);
  --wa-color-neutral-on-normal: var(--x-g12);
  --wa-color-neutral-on-loud: var(--x-g1);

  --wa-color-surface-default: var(--panel);
  --wa-color-surface-raised: var(--panel-2);
  --wa-color-surface-lowered: var(--bg);
  --wa-color-surface-border: var(--x-g6);
  --wa-color-text-normal: var(--x-g12);
  --wa-color-text-quiet: var(--x-g11);
  --wa-color-text-link: var(--x-a11);
  --wa-color-focus: var(--x-a8);
}
html[data-webawesome].wa-dark {
  --bg: var(--x-g1);
  --panel: var(--x-g2);
  --panel-2: var(--x-g3);
}

html[data-theme='tomato'] {
  --x-a1: #fffcfc;
  --x-a2: #fff8f7;
  --x-a3: #feebe7;
  --x-a4: #ffdcd3;
  --x-a5: #ffcdc2;
  --x-a6: #fdbdaf;
  --x-a7: #f5a898;
  --x-a8: #ec8e7b;
  --x-a9: #e54d2e;
  --x-a10: #dd4425;
  --x-a11: #d13415;
  --x-a12: #5c271f;
  --x-g1: #fdfcfd;
  --x-g2: #faf9fb;
  --x-g3: #f2eff3;
  --x-g4: #eae7ec;
  --x-g5: #e3dfe6;
  --x-g6: #dbd8e0;
  --x-g7: #d0cdd7;
  --x-g8: #bcbac7;
  --x-g9: #8e8c99;
  --x-g10: #84828e;
  --x-g11: #65636d;
  --x-g12: #211f26;
  --x-solid-fg: #ffffff;
}
html[data-theme='tomato'].wa-dark {
  --x-a1: #181111;
  --x-a2: #1f1513;
  --x-a3: #391714;
  --x-a4: #4e1511;
  --x-a5: #5e1c16;
  --x-a6: #6e2920;
  --x-a7: #853a2d;
  --x-a8: #ac4d39;
  --x-a9: #e54d2e;
  --x-a10: #ec6142;
  --x-a11: #ff977d;
  --x-a12: #fbd3cb;
  --x-g1: #121113;
  --x-g2: #1a191b;
  --x-g3: #232225;
  --x-g4: #2b292d;
  --x-g5: #323035;
  --x-g6: #3c393f;
  --x-g7: #49474e;
  --x-g8: #625f69;
  --x-g9: #6f6d78;
  --x-g10: #7c7a85;
  --x-g11: #b5b2bc;
  --x-g12: #eeeef0;
  --x-solid-fg: #ffffff;
}

html[data-theme='red'] {
  --x-a1: #fffcfc;
  --x-a2: #fff7f7;
  --x-a3: #feebec;
  --x-a4: #ffdbdc;
  --x-a5: #ffcdce;
  --x-a6: #fdbdbe;
  --x-a7: #f4a9aa;
  --x-a8: #eb8e90;
  --x-a9: #e5484d;
  --x-a10: #dc3e42;
  --x-a11: #ce2c31;
  --x-a12: #641723;
  --x-g1: #fdfcfd;
  --x-g2: #faf9fb;
  --x-g3: #f2eff3;
  --x-g4: #eae7ec;
  --x-g5: #e3dfe6;
  --x-g6: #dbd8e0;
  --x-g7: #d0cdd7;
  --x-g8: #bcbac7;
  --x-g9: #8e8c99;
  --x-g10: #84828e;
  --x-g11: #65636d;
  --x-g12: #211f26;
  --x-solid-fg: #ffffff;
}
html[data-theme='red'].wa-dark {
  --x-a1: #191111;
  --x-a2: #201314;
  --x-a3: #3b1219;
  --x-a4: #500f1c;
  --x-a5: #611623;
  --x-a6: #72232d;
  --x-a7: #8c333a;
  --x-a8: #b54548;
  --x-a9: #e5484d;
  --x-a10: #ec5d5e;
  --x-a11: #ff9592;
  --x-a12: #ffd1d9;
  --x-g1: #121113;
  --x-g2: #1a191b;
  --x-g3: #232225;
  --x-g4: #2b292d;
  --x-g5: #323035;
  --x-g6: #3c393f;
  --x-g7: #49474e;
  --x-g8: #625f69;
  --x-g9: #6f6d78;
  --x-g10: #7c7a85;
  --x-g11: #b5b2bc;
  --x-g12: #eeeef0;
  --x-solid-fg: #ffffff;
}

html[data-theme='ruby'] {
  --x-a1: #fffcfd;
  --x-a2: #fff7f8;
  --x-a3: #feeaed;
  --x-a4: #ffdce1;
  --x-a5: #ffced6;
  --x-a6: #f8bfc8;
  --x-a7: #efacb8;
  --x-a8: #e592a3;
  --x-a9: #e54666;
  --x-a10: #dc3b5d;
  --x-a11: #ca244d;
  --x-a12: #64172b;
  --x-g1: #fdfcfd;
  --x-g2: #faf9fb;
  --x-g3: #f2eff3;
  --x-g4: #eae7ec;
  --x-g5: #e3dfe6;
  --x-g6: #dbd8e0;
  --x-g7: #d0cdd7;
  --x-g8: #bcbac7;
  --x-g9: #8e8c99;
  --x-g10: #84828e;
  --x-g11: #65636d;
  --x-g12: #211f26;
  --x-solid-fg: #ffffff;
}
html[data-theme='ruby'].wa-dark {
  --x-a1: #191113;
  --x-a2: #1e1517;
  --x-a3: #3a141e;
  --x-a4: #4e1325;
  --x-a5: #5e1a2e;
  --x-a6: #6f2539;
  --x-a7: #883447;
  --x-a8: #b3445a;
  --x-a9: #e54666;
  --x-a10: #ec5a72;
  --x-a11: #ff949d;
  --x-a12: #fed2e1;
  --x-g1: #121113;
  --x-g2: #1a191b;
  --x-g3: #232225;
  --x-g4: #2b292d;
  --x-g5: #323035;
  --x-g6: #3c393f;
  --x-g7: #49474e;
  --x-g8: #625f69;
  --x-g9: #6f6d78;
  --x-g10: #7c7a85;
  --x-g11: #b5b2bc;
  --x-g12: #eeeef0;
  --x-solid-fg: #ffffff;
}

html[data-theme='crimson'] {
  --x-a1: #fffcfd;
  --x-a2: #fef7f9;
  --x-a3: #ffe9f0;
  --x-a4: #fedce7;
  --x-a5: #facedd;
  --x-a6: #f3bed1;
  --x-a7: #eaacc3;
  --x-a8: #e093b2;
  --x-a9: #e93d82;
  --x-a10: #df3478;
  --x-a11: #cb1d63;
  --x-a12: #621639;
  --x-g1: #fdfcfd;
  --x-g2: #faf9fb;
  --x-g3: #f2eff3;
  --x-g4: #eae7ec;
  --x-g5: #e3dfe6;
  --x-g6: #dbd8e0;
  --x-g7: #d0cdd7;
  --x-g8: #bcbac7;
  --x-g9: #8e8c99;
  --x-g10: #84828e;
  --x-g11: #65636d;
  --x-g12: #211f26;
  --x-solid-fg: #ffffff;
}
html[data-theme='crimson'].wa-dark {
  --x-a1: #191114;
  --x-a2: #201318;
  --x-a3: #381525;
  --x-a4: #4d122f;
  --x-a5: #5c1839;
  --x-a6: #6d2545;
  --x-a7: #873356;
  --x-a8: #b0436e;
  --x-a9: #e93d82;
  --x-a10: #ee518a;
  --x-a11: #ff92ad;
  --x-a12: #fdd3e8;
  --x-g1: #121113;
  --x-g2: #1a191b;
  --x-g3: #232225;
  --x-g4: #2b292d;
  --x-g5: #323035;
  --x-g6: #3c393f;
  --x-g7: #49474e;
  --x-g8: #625f69;
  --x-g9: #6f6d78;
  --x-g10: #7c7a85;
  --x-g11: #b5b2bc;
  --x-g12: #eeeef0;
  --x-solid-fg: #ffffff;
}

html[data-theme='pink'] {
  --x-a1: #fffcfe;
  --x-a2: #fef7fb;
  --x-a3: #fee9f5;
  --x-a4: #fbdcef;
  --x-a5: #f6cee7;
  --x-a6: #efbfdd;
  --x-a7: #e7acd0;
  --x-a8: #dd93c2;
  --x-a9: #d6409f;
  --x-a10: #cf3897;
  --x-a11: #c2298a;
  --x-a12: #651249;
  --x-g1: #fdfcfd;
  --x-g2: #faf9fb;
  --x-g3: #f2eff3;
  --x-g4: #eae7ec;
  --x-g5: #e3dfe6;
  --x-g6: #dbd8e0;
  --x-g7: #d0cdd7;
  --x-g8: #bcbac7;
  --x-g9: #8e8c99;
  --x-g10: #84828e;
  --x-g11: #65636d;
  --x-g12: #211f26;
  --x-solid-fg: #ffffff;
}
html[data-theme='pink'].wa-dark {
  --x-a1: #191117;
  --x-a2: #21121d;
  --x-a3: #37172f;
  --x-a4: #4b143d;
  --x-a5: #591c47;
  --x-a6: #692955;
  --x-a7: #833869;
  --x-a8: #a84885;
  --x-a9: #d6409f;
  --x-a10: #de51a8;
  --x-a11: #ff8dcc;
  --x-a12: #fdd1ea;
  --x-g1: #121113;
  --x-g2: #1a191b;
  --x-g3: #232225;
  --x-g4: #2b292d;
  --x-g5: #323035;
  --x-g6: #3c393f;
  --x-g7: #49474e;
  --x-g8: #625f69;
  --x-g9: #6f6d78;
  --x-g10: #7c7a85;
  --x-g11: #b5b2bc;
  --x-g12: #eeeef0;
  --x-solid-fg: #ffffff;
}

html[data-theme='plum'] {
  --x-a1: #fefcff;
  --x-a2: #fdf7fd;
  --x-a3: #fbebfb;
  --x-a4: #f7def8;
  --x-a5: #f2d1f3;
  --x-a6: #e9c2ec;
  --x-a7: #deade3;
  --x-a8: #cf91d8;
  --x-a9: #ab4aba;
  --x-a10: #a144af;
  --x-a11: #953ea3;
  --x-a12: #53195d;
  --x-g1: #fdfcfd;
  --x-g2: #faf9fb;
  --x-g3: #f2eff3;
  --x-g4: #eae7ec;
  --x-g5: #e3dfe6;
  --x-g6: #dbd8e0;
  --x-g7: #d0cdd7;
  --x-g8: #bcbac7;
  --x-g9: #8e8c99;
  --x-g10: #84828e;
  --x-g11: #65636d;
  --x-g12: #211f26;
  --x-solid-fg: #ffffff;
}
html[data-theme='plum'].wa-dark {
  --x-a1: #181118;
  --x-a2: #201320;
  --x-a3: #351a35;
  --x-a4: #451d47;
  --x-a5: #512454;
  --x-a6: #5e3061;
  --x-a7: #734079;
  --x-a8: #92549c;
  --x-a9: #ab4aba;
  --x-a10: #b658c4;
  --x-a11: #e796f3;
  --x-a12: #f4d4f4;
  --x-g1: #121113;
  --x-g2: #1a191b;
  --x-g3: #232225;
  --x-g4: #2b292d;
  --x-g5: #323035;
  --x-g6: #3c393f;
  --x-g7: #49474e;
  --x-g8: #625f69;
  --x-g9: #6f6d78;
  --x-g10: #7c7a85;
  --x-g11: #b5b2bc;
  --x-g12: #eeeef0;
  --x-solid-fg: #ffffff;
}

html[data-theme='purple'] {
  --x-a1: #fefcfe;
  --x-a2: #fbf7fe;
  --x-a3: #f7edfe;
  --x-a4: #f2e2fc;
  --x-a5: #ead5f9;
  --x-a6: #e0c4f4;
  --x-a7: #d1afec;
  --x-a8: #be93e4;
  --x-a9: #8e4ec6;
  --x-a10: #8347b9;
  --x-a11: #8145b5;
  --x-a12: #402060;
  --x-g1: #fdfcfd;
  --x-g2: #faf9fb;
  --x-g3: #f2eff3;
  --x-g4: #eae7ec;
  --x-g5: #e3dfe6;
  --x-g6: #dbd8e0;
  --x-g7: #d0cdd7;
  --x-g8: #bcbac7;
  --x-g9: #8e8c99;
  --x-g10: #84828e;
  --x-g11: #65636d;
  --x-g12: #211f26;
  --x-solid-fg: #ffffff;
}
html[data-theme='purple'].wa-dark {
  --x-a1: #18111b;
  --x-a2: #1e1523;
  --x-a3: #301c3b;
  --x-a4: #3d224e;
  --x-a5: #48295c;
  --x-a6: #54346b;
  --x-a7: #664282;
  --x-a8: #8457aa;
  --x-a9: #8e4ec6;
  --x-a10: #9a5cd0;
  --x-a11: #d19dff;
  --x-a12: #ecd9fa;
  --x-g1: #121113;
  --x-g2: #1a191b;
  --x-g3: #232225;
  --x-g4: #2b292d;
  --x-g5: #323035;
  --x-g6: #3c393f;
  --x-g7: #49474e;
  --x-g8: #625f69;
  --x-g9: #6f6d78;
  --x-g10: #7c7a85;
  --x-g11: #b5b2bc;
  --x-g12: #eeeef0;
  --x-solid-fg: #ffffff;
}

html[data-theme='violet'] {
  --x-a1: #fdfcfe;
  --x-a2: #faf8ff;
  --x-a3: #f4f0fe;
  --x-a4: #ebe4ff;
  --x-a5: #e1d9ff;
  --x-a6: #d4cafe;
  --x-a7: #c2b5f5;
  --x-a8: #aa99ec;
  --x-a9: #6e56cf;
  --x-a10: #654dc4;
  --x-a11: #6550b9;
  --x-a12: #2f265f;
  --x-g1: #fdfcfd;
  --x-g2: #faf9fb;
  --x-g3: #f2eff3;
  --x-g4: #eae7ec;
  --x-g5: #e3dfe6;
  --x-g6: #dbd8e0;
  --x-g7: #d0cdd7;
  --x-g8: #bcbac7;
  --x-g9: #8e8c99;
  --x-g10: #84828e;
  --x-g11: #65636d;
  --x-g12: #211f26;
  --x-solid-fg: #ffffff;
}
html[data-theme='violet'].wa-dark {
  --x-a1: #14121f;
  --x-a2: #1b1525;
  --x-a3: #291f43;
  --x-a4: #33255b;
  --x-a5: #3c2e69;
  --x-a6: #473876;
  --x-a7: #56468b;
  --x-a8: #6958ad;
  --x-a9: #6e56cf;
  --x-a10: #7d66d9;
  --x-a11: #baa7ff;
  --x-a12: #e2ddfe;
  --x-g1: #121113;
  --x-g2: #1a191b;
  --x-g3: #232225;
  --x-g4: #2b292d;
  --x-g5: #323035;
  --x-g6: #3c393f;
  --x-g7: #49474e;
  --x-g8: #625f69;
  --x-g9: #6f6d78;
  --x-g10: #7c7a85;
  --x-g11: #b5b2bc;
  --x-g12: #eeeef0;
  --x-solid-fg: #ffffff;
}

html[data-theme='iris'] {
  --x-a1: #fdfdff;
  --x-a2: #f8f8ff;
  --x-a3: #f0f1fe;
  --x-a4: #e6e7ff;
  --x-a5: #dadcff;
  --x-a6: #cbcdff;
  --x-a7: #b8baf8;
  --x-a8: #9b9ef0;
  --x-a9: #5b5bd6;
  --x-a10: #5151cd;
  --x-a11: #5753c6;
  --x-a12: #272962;
  --x-g1: #fcfcfd;
  --x-g2: #f9f9fb;
  --x-g3: #f0f0f3;
  --x-g4: #e8e8ec;
  --x-g5: #e0e1e6;
  --x-g6: #d9d9e0;
  --x-g7: #cdced6;
  --x-g8: #b9bbc6;
  --x-g9: #8b8d98;
  --x-g10: #80838d;
  --x-g11: #60646c;
  --x-g12: #1c2024;
  --x-solid-fg: #ffffff;
}
html[data-theme='iris'].wa-dark {
  --x-a1: #13131e;
  --x-a2: #171625;
  --x-a3: #202248;
  --x-a4: #262a65;
  --x-a5: #303374;
  --x-a6: #3d3e82;
  --x-a7: #4a4a95;
  --x-a8: #5958b1;
  --x-a9: #5b5bd6;
  --x-a10: #6e6ade;
  --x-a11: #b1a9ff;
  --x-a12: #e0dffe;
  --x-g1: #111113;
  --x-g2: #18191b;
  --x-g3: #212225;
  --x-g4: #272a2d;
  --x-g5: #2e3135;
  --x-g6: #363a3f;
  --x-g7: #43484e;
  --x-g8: #5a6169;
  --x-g9: #696e77;
  --x-g10: #777b84;
  --x-g11: #b0b4ba;
  --x-g12: #edeef0;
  --x-solid-fg: #ffffff;
}

html[data-theme='indigo'] {
  --x-a1: #fdfdfe;
  --x-a2: #f7f9ff;
  --x-a3: #edf2fe;
  --x-a4: #e1e9ff;
  --x-a5: #d2deff;
  --x-a6: #c1d0ff;
  --x-a7: #abbdf9;
  --x-a8: #8da4ef;
  --x-a9: #3e63dd;
  --x-a10: #3358d4;
  --x-a11: #3a5bc7;
  --x-a12: #1f2d5c;
  --x-g1: #fcfcfd;
  --x-g2: #f9f9fb;
  --x-g3: #f0f0f3;
  --x-g4: #e8e8ec;
  --x-g5: #e0e1e6;
  --x-g6: #d9d9e0;
  --x-g7: #cdced6;
  --x-g8: #b9bbc6;
  --x-g9: #8b8d98;
  --x-g10: #80838d;
  --x-g11: #60646c;
  --x-g12: #1c2024;
  --x-solid-fg: #ffffff;
}
html[data-theme='indigo'].wa-dark {
  --x-a1: #11131f;
  --x-a2: #141726;
  --x-a3: #182449;
  --x-a4: #1d2e62;
  --x-a5: #253974;
  --x-a6: #304384;
  --x-a7: #3a4f97;
  --x-a8: #435db1;
  --x-a9: #3e63dd;
  --x-a10: #5472e4;
  --x-a11: #9eb1ff;
  --x-a12: #d6e1ff;
  --x-g1: #111113;
  --x-g2: #18191b;
  --x-g3: #212225;
  --x-g4: #272a2d;
  --x-g5: #2e3135;
  --x-g6: #363a3f;
  --x-g7: #43484e;
  --x-g8: #5a6169;
  --x-g9: #696e77;
  --x-g10: #777b84;
  --x-g11: #b0b4ba;
  --x-g12: #edeef0;
  --x-solid-fg: #ffffff;
}

html[data-theme='blue'] {
  --x-a1: #fbfdff;
  --x-a2: #f4faff;
  --x-a3: #e6f4fe;
  --x-a4: #d5efff;
  --x-a5: #c2e5ff;
  --x-a6: #acd8fc;
  --x-a7: #8ec8f6;
  --x-a8: #5eb1ef;
  --x-a9: #0090ff;
  --x-a10: #0588f0;
  --x-a11: #0d74ce;
  --x-a12: #113264;
  --x-g1: #fcfcfd;
  --x-g2: #f9f9fb;
  --x-g3: #f0f0f3;
  --x-g4: #e8e8ec;
  --x-g5: #e0e1e6;
  --x-g6: #d9d9e0;
  --x-g7: #cdced6;
  --x-g8: #b9bbc6;
  --x-g9: #8b8d98;
  --x-g10: #80838d;
  --x-g11: #60646c;
  --x-g12: #1c2024;
  --x-solid-fg: #ffffff;
}
html[data-theme='blue'].wa-dark {
  --x-a1: #0d1520;
  --x-a2: #111927;
  --x-a3: #0d2847;
  --x-a4: #003362;
  --x-a5: #004074;
  --x-a6: #104d87;
  --x-a7: #205d9e;
  --x-a8: #2870bd;
  --x-a9: #0090ff;
  --x-a10: #3b9eff;
  --x-a11: #70b8ff;
  --x-a12: #c2e6ff;
  --x-g1: #111113;
  --x-g2: #18191b;
  --x-g3: #212225;
  --x-g4: #272a2d;
  --x-g5: #2e3135;
  --x-g6: #363a3f;
  --x-g7: #43484e;
  --x-g8: #5a6169;
  --x-g9: #696e77;
  --x-g10: #777b84;
  --x-g11: #b0b4ba;
  --x-g12: #edeef0;
  --x-solid-fg: #ffffff;
}

html[data-theme='sky'] {
  --x-a1: #f9feff;
  --x-a2: #f1fafd;
  --x-a3: #e1f6fd;
  --x-a4: #d1f0fa;
  --x-a5: #bee7f5;
  --x-a6: #a9daed;
  --x-a7: #8dcae3;
  --x-a8: #60b3d7;
  --x-a9: #7ce2fe;
  --x-a10: #74daf8;
  --x-a11: #00749e;
  --x-a12: #1d3e56;
  --x-g1: #fcfcfd;
  --x-g2: #f9f9fb;
  --x-g3: #f0f0f3;
  --x-g4: #e8e8ec;
  --x-g5: #e0e1e6;
  --x-g6: #d9d9e0;
  --x-g7: #cdced6;
  --x-g8: #b9bbc6;
  --x-g9: #8b8d98;
  --x-g10: #80838d;
  --x-g11: #60646c;
  --x-g12: #1c2024;
  --x-solid-fg: #1c2024;
}
html[data-theme='sky'].wa-dark {
  --x-a1: #0d141f;
  --x-a2: #111a27;
  --x-a3: #112840;
  --x-a4: #113555;
  --x-a5: #154467;
  --x-a6: #1b537b;
  --x-a7: #1f6692;
  --x-a8: #197cae;
  --x-a9: #7ce2fe;
  --x-a10: #a8eeff;
  --x-a11: #75c7f0;
  --x-a12: #c2f3ff;
  --x-g1: #111113;
  --x-g2: #18191b;
  --x-g3: #212225;
  --x-g4: #272a2d;
  --x-g5: #2e3135;
  --x-g6: #363a3f;
  --x-g7: #43484e;
  --x-g8: #5a6169;
  --x-g9: #696e77;
  --x-g10: #777b84;
  --x-g11: #b0b4ba;
  --x-g12: #edeef0;
  --x-solid-fg: #1c2024;
}

html[data-theme='cyan'] {
  --x-a1: #fafdfe;
  --x-a2: #f2fafb;
  --x-a3: #def7f9;
  --x-a4: #caf1f6;
  --x-a5: #b5e9f0;
  --x-a6: #9ddde7;
  --x-a7: #7dcedc;
  --x-a8: #3db9cf;
  --x-a9: #00a2c7;
  --x-a10: #0797b9;
  --x-a11: #107d98;
  --x-a12: #0d3c48;
  --x-g1: #fcfcfd;
  --x-g2: #f9f9fb;
  --x-g3: #f0f0f3;
  --x-g4: #e8e8ec;
  --x-g5: #e0e1e6;
  --x-g6: #d9d9e0;
  --x-g7: #cdced6;
  --x-g8: #b9bbc6;
  --x-g9: #8b8d98;
  --x-g10: #80838d;
  --x-g11: #60646c;
  --x-g12: #1c2024;
  --x-solid-fg: #ffffff;
}
html[data-theme='cyan'].wa-dark {
  --x-a1: #0b161a;
  --x-a2: #101b20;
  --x-a3: #082c36;
  --x-a4: #003848;
  --x-a5: #004558;
  --x-a6: #045468;
  --x-a7: #12677e;
  --x-a8: #11809c;
  --x-a9: #00a2c7;
  --x-a10: #23afd0;
  --x-a11: #4ccce6;
  --x-a12: #b6ecf7;
  --x-g1: #111113;
  --x-g2: #18191b;
  --x-g3: #212225;
  --x-g4: #272a2d;
  --x-g5: #2e3135;
  --x-g6: #363a3f;
  --x-g7: #43484e;
  --x-g8: #5a6169;
  --x-g9: #696e77;
  --x-g10: #777b84;
  --x-g11: #b0b4ba;
  --x-g12: #edeef0;
  --x-solid-fg: #ffffff;
}

html[data-theme='mint'] {
  --x-a1: #f9fefd;
  --x-a2: #f2fbf9;
  --x-a3: #ddf9f2;
  --x-a4: #c8f4e9;
  --x-a5: #b3ecde;
  --x-a6: #9ce0d0;
  --x-a7: #7ecfbd;
  --x-a8: #4cbba5;
  --x-a9: #86ead4;
  --x-a10: #7de0cb;
  --x-a11: #027864;
  --x-a12: #16433c;
  --x-g1: #fbfdfc;
  --x-g2: #f7f9f8;
  --x-g3: #eef1f0;
  --x-g4: #e6e9e8;
  --x-g5: #dfe2e0;
  --x-g6: #d7dad9;
  --x-g7: #cbcfcd;
  --x-g8: #b8bcba;
  --x-g9: #868e8b;
  --x-g10: #7c8481;
  --x-g11: #5f6563;
  --x-g12: #1a211e;
  --x-solid-fg: #1a211e;
}
html[data-theme='mint'].wa-dark {
  --x-a1: #0e1515;
  --x-a2: #0f1b1b;
  --x-a3: #092c2b;
  --x-a4: #003a38;
  --x-a5: #004744;
  --x-a6: #105650;
  --x-a7: #1e685f;
  --x-a8: #277f70;
  --x-a9: #86ead4;
  --x-a10: #a8f5e5;
  --x-a11: #58d5ba;
  --x-a12: #c4f5e1;
  --x-g1: #101211;
  --x-g2: #171918;
  --x-g3: #202221;
  --x-g4: #272a29;
  --x-g5: #2e3130;
  --x-g6: #373b39;
  --x-g7: #444947;
  --x-g8: #5b625f;
  --x-g9: #63706b;
  --x-g10: #717d79;
  --x-g11: #adb5b2;
  --x-g12: #eceeed;
  --x-solid-fg: #1a211e;
}

html[data-theme='teal'] {
  --x-a1: #fafefd;
  --x-a2: #f3fbf9;
  --x-a3: #e0f8f3;
  --x-a4: #ccf3ea;
  --x-a5: #b8eae0;
  --x-a6: #a1ded2;
  --x-a7: #83cdc1;
  --x-a8: #53b9ab;
  --x-a9: #12a594;
  --x-a10: #0d9b8a;
  --x-a11: #008573;
  --x-a12: #0d3d38;
  --x-g1: #fbfdfc;
  --x-g2: #f7f9f8;
  --x-g3: #eef1f0;
  --x-g4: #e6e9e8;
  --x-g5: #dfe2e0;
  --x-g6: #d7dad9;
  --x-g7: #cbcfcd;
  --x-g8: #b8bcba;
  --x-g9: #868e8b;
  --x-g10: #7c8481;
  --x-g11: #5f6563;
  --x-g12: #1a211e;
  --x-solid-fg: #ffffff;
}
html[data-theme='teal'].wa-dark {
  --x-a1: #0d1514;
  --x-a2: #111c1b;
  --x-a3: #0d2d2a;
  --x-a4: #023b37;
  --x-a5: #084843;
  --x-a6: #145750;
  --x-a7: #1c6961;
  --x-a8: #207e73;
  --x-a9: #12a594;
  --x-a10: #0eb39e;
  --x-a11: #0bd8b6;
  --x-a12: #adf0dd;
  --x-g1: #101211;
  --x-g2: #171918;
  --x-g3: #202221;
  --x-g4: #272a29;
  --x-g5: #2e3130;
  --x-g6: #373b39;
  --x-g7: #444947;
  --x-g8: #5b625f;
  --x-g9: #63706b;
  --x-g10: #717d79;
  --x-g11: #adb5b2;
  --x-g12: #eceeed;
  --x-solid-fg: #ffffff;
}

html[data-theme='jade'] {
  --x-a1: #fbfefd;
  --x-a2: #f4fbf7;
  --x-a3: #e6f7ed;
  --x-a4: #d6f1e3;
  --x-a5: #c3e9d7;
  --x-a6: #acdec8;
  --x-a7: #8bceb6;
  --x-a8: #56ba9f;
  --x-a9: #29a383;
  --x-a10: #26997b;
  --x-a11: #208368;
  --x-a12: #1d3b31;
  --x-g1: #fbfdfc;
  --x-g2: #f7f9f8;
  --x-g3: #eef1f0;
  --x-g4: #e6e9e8;
  --x-g5: #dfe2e0;
  --x-g6: #d7dad9;
  --x-g7: #cbcfcd;
  --x-g8: #b8bcba;
  --x-g9: #868e8b;
  --x-g10: #7c8481;
  --x-g11: #5f6563;
  --x-g12: #1a211e;
  --x-solid-fg: #ffffff;
}
html[data-theme='jade'].wa-dark {
  --x-a1: #0d1512;
  --x-a2: #121c18;
  --x-a3: #0f2e22;
  --x-a4: #0b3b2c;
  --x-a5: #114837;
  --x-a6: #1b5745;
  --x-a7: #246854;
  --x-a8: #2a7e68;
  --x-a9: #29a383;
  --x-a10: #27b08b;
  --x-a11: #1fd8a4;
  --x-a12: #adf0d4;
  --x-g1: #101211;
  --x-g2: #171918;
  --x-g3: #202221;
  --x-g4: #272a29;
  --x-g5: #2e3130;
  --x-g6: #373b39;
  --x-g7: #444947;
  --x-g8: #5b625f;
  --x-g9: #63706b;
  --x-g10: #717d79;
  --x-g11: #adb5b2;
  --x-g12: #eceeed;
  --x-solid-fg: #ffffff;
}

html[data-theme='green'] {
  --x-a1: #fbfefc;
  --x-a2: #f4fbf6;
  --x-a3: #e6f6eb;
  --x-a4: #d6f1df;
  --x-a5: #c4e8d1;
  --x-a6: #adddc0;
  --x-a7: #8eceaa;
  --x-a8: #5bb98b;
  --x-a9: #30a46c;
  --x-a10: #2b9a66;
  --x-a11: #218358;
  --x-a12: #193b2d;
  --x-g1: #fbfdfc;
  --x-g2: #f7f9f8;
  --x-g3: #eef1f0;
  --x-g4: #e6e9e8;
  --x-g5: #dfe2e0;
  --x-g6: #d7dad9;
  --x-g7: #cbcfcd;
  --x-g8: #b8bcba;
  --x-g9: #868e8b;
  --x-g10: #7c8481;
  --x-g11: #5f6563;
  --x-g12: #1a211e;
  --x-solid-fg: #ffffff;
}
html[data-theme='green'].wa-dark {
  --x-a1: #0e1512;
  --x-a2: #121b17;
  --x-a3: #132d21;
  --x-a4: #113b29;
  --x-a5: #174933;
  --x-a6: #20573e;
  --x-a7: #28684a;
  --x-a8: #2f7c57;
  --x-a9: #30a46c;
  --x-a10: #33b074;
  --x-a11: #3dd68c;
  --x-a12: #b1f1cb;
  --x-g1: #101211;
  --x-g2: #171918;
  --x-g3: #202221;
  --x-g4: #272a29;
  --x-g5: #2e3130;
  --x-g6: #373b39;
  --x-g7: #444947;
  --x-g8: #5b625f;
  --x-g9: #63706b;
  --x-g10: #717d79;
  --x-g11: #adb5b2;
  --x-g12: #eceeed;
  --x-solid-fg: #ffffff;
}

html[data-theme='grass'] {
  --x-a1: #fbfefb;
  --x-a2: #f5fbf5;
  --x-a3: #e9f6e9;
  --x-a4: #daf1db;
  --x-a5: #c9e8ca;
  --x-a6: #b2ddb5;
  --x-a7: #94ce9a;
  --x-a8: #65ba74;
  --x-a9: #46a758;
  --x-a10: #3e9b4f;
  --x-a11: #2a7e3b;
  --x-a12: #203c25;
  --x-g1: #fcfdfc;
  --x-g2: #f8faf8;
  --x-g3: #eff1ef;
  --x-g4: #e7e9e7;
  --x-g5: #dfe2df;
  --x-g6: #d7dad7;
  --x-g7: #cccfcc;
  --x-g8: #b9bcb8;
  --x-g9: #898e87;
  --x-g10: #7f847d;
  --x-g11: #60655f;
  --x-g12: #1d211c;
  --x-solid-fg: #ffffff;
}
html[data-theme='grass'].wa-dark {
  --x-a1: #0e1511;
  --x-a2: #141a15;
  --x-a3: #1b2a1e;
  --x-a4: #1d3a24;
  --x-a5: #25482d;
  --x-a6: #2d5736;
  --x-a7: #366740;
  --x-a8: #3e7949;
  --x-a9: #46a758;
  --x-a10: #53b365;
  --x-a11: #71d083;
  --x-a12: #c2f0c2;
  --x-g1: #111210;
  --x-g2: #181917;
  --x-g3: #212220;
  --x-g4: #282a27;
  --x-g5: #2f312e;
  --x-g6: #383a36;
  --x-g7: #454843;
  --x-g8: #5c625b;
  --x-g9: #687066;
  --x-g10: #767d74;
  --x-g11: #afb5ad;
  --x-g12: #eceeec;
  --x-solid-fg: #ffffff;
}

html[data-theme='lime'] {
  --x-a1: #fcfdfa;
  --x-a2: #f8faf3;
  --x-a3: #eef6d6;
  --x-a4: #e2f0bd;
  --x-a5: #d3e7a6;
  --x-a6: #c2da91;
  --x-a7: #abc978;
  --x-a8: #8db654;
  --x-a9: #bdee63;
  --x-a10: #b0e64c;
  --x-a11: #5c7c2f;
  --x-a12: #37401c;
  --x-g1: #fcfdfc;
  --x-g2: #f8faf8;
  --x-g3: #eff1ef;
  --x-g4: #e7e9e7;
  --x-g5: #dfe2df;
  --x-g6: #d7dad7;
  --x-g7: #cccfcc;
  --x-g8: #b9bcb8;
  --x-g9: #898e87;
  --x-g10: #7f847d;
  --x-g11: #60655f;
  --x-g12: #1d211c;
  --x-solid-fg: #1d211c;
}
html[data-theme='lime'].wa-dark {
  --x-a1: #11130c;
  --x-a2: #151a10;
  --x-a3: #1f2917;
  --x-a4: #29371d;
  --x-a5: #334423;
  --x-a6: #3d522a;
  --x-a7: #496231;
  --x-a8: #577538;
  --x-a9: #bdee63;
  --x-a10: #d4ff70;
  --x-a11: #bde56c;
  --x-a12: #e3f7ba;
  --x-g1: #111210;
  --x-g2: #181917;
  --x-g3: #212220;
  --x-g4: #282a27;
  --x-g5: #2f312e;
  --x-g6: #383a36;
  --x-g7: #454843;
  --x-g8: #5c625b;
  --x-g9: #687066;
  --x-g10: #767d74;
  --x-g11: #afb5ad;
  --x-g12: #eceeec;
  --x-solid-fg: #1d211c;
}

html[data-theme='yellow'] {
  --x-a1: #fdfdf9;
  --x-a2: #fefce9;
  --x-a3: #fffab8;
  --x-a4: #fff394;
  --x-a5: #ffe770;
  --x-a6: #f3d768;
  --x-a7: #e4c767;
  --x-a8: #d5ae39;
  --x-a9: #ffe629;
  --x-a10: #ffdc00;
  --x-a11: #9e6c00;
  --x-a12: #473b1f;
  --x-g1: #fdfdfc;
  --x-g2: #f9f9f8;
  --x-g3: #f1f0ef;
  --x-g4: #e9e8e6;
  --x-g5: #e2e1de;
  --x-g6: #dad9d6;
  --x-g7: #cfceca;
  --x-g8: #bcbbb5;
  --x-g9: #8d8d86;
  --x-g10: #82827c;
  --x-g11: #63635e;
  --x-g12: #21201c;
  --x-solid-fg: #21201c;
}
html[data-theme='yellow'].wa-dark {
  --x-a1: #14120b;
  --x-a2: #1b180f;
  --x-a3: #2d2305;
  --x-a4: #362b00;
  --x-a5: #433500;
  --x-a6: #524202;
  --x-a7: #665417;
  --x-a8: #836a21;
  --x-a9: #ffe629;
  --x-a10: #ffff57;
  --x-a11: #f5e147;
  --x-a12: #f6eeb4;
  --x-g1: #111110;
  --x-g2: #191918;
  --x-g3: #222221;
  --x-g4: #2a2a28;
  --x-g5: #31312e;
  --x-g6: #3b3a37;
  --x-g7: #494844;
  --x-g8: #62605b;
  --x-g9: #6f6d66;
  --x-g10: #7c7b74;
  --x-g11: #b5b3ad;
  --x-g12: #eeeeec;
  --x-solid-fg: #21201c;
}

html[data-theme='amber'] {
  --x-a1: #fefdfb;
  --x-a2: #fefbe9;
  --x-a3: #fff7c2;
  --x-a4: #ffee9c;
  --x-a5: #fbe577;
  --x-a6: #f3d673;
  --x-a7: #e9c162;
  --x-a8: #e2a336;
  --x-a9: #ffc53d;
  --x-a10: #ffba18;
  --x-a11: #ab6400;
  --x-a12: #4f3422;
  --x-g1: #fdfdfc;
  --x-g2: #f9f9f8;
  --x-g3: #f1f0ef;
  --x-g4: #e9e8e6;
  --x-g5: #e2e1de;
  --x-g6: #dad9d6;
  --x-g7: #cfceca;
  --x-g8: #bcbbb5;
  --x-g9: #8d8d86;
  --x-g10: #82827c;
  --x-g11: #63635e;
  --x-g12: #21201c;
  --x-solid-fg: #21201c;
}
html[data-theme='amber'].wa-dark {
  --x-a1: #16120c;
  --x-a2: #1d180f;
  --x-a3: #302008;
  --x-a4: #3f2700;
  --x-a5: #4d3000;
  --x-a6: #5c3d05;
  --x-a7: #714f19;
  --x-a8: #8f6424;
  --x-a9: #ffc53d;
  --x-a10: #ffd60a;
  --x-a11: #ffca16;
  --x-a12: #ffe7b3;
  --x-g1: #111110;
  --x-g2: #191918;
  --x-g3: #222221;
  --x-g4: #2a2a28;
  --x-g5: #31312e;
  --x-g6: #3b3a37;
  --x-g7: #494844;
  --x-g8: #62605b;
  --x-g9: #6f6d66;
  --x-g10: #7c7b74;
  --x-g11: #b5b3ad;
  --x-g12: #eeeeec;
  --x-solid-fg: #21201c;
}

html[data-theme='orange'] {
  --x-a1: #fefcfb;
  --x-a2: #fff7ed;
  --x-a3: #ffefd6;
  --x-a4: #ffdfb5;
  --x-a5: #ffd19a;
  --x-a6: #ffc182;
  --x-a7: #f5ae73;
  --x-a8: #ec9455;
  --x-a9: #f76b15;
  --x-a10: #ef5f00;
  --x-a11: #cc4e00;
  --x-a12: #582d1d;
  --x-g1: #fdfdfc;
  --x-g2: #f9f9f8;
  --x-g3: #f1f0ef;
  --x-g4: #e9e8e6;
  --x-g5: #e2e1de;
  --x-g6: #dad9d6;
  --x-g7: #cfceca;
  --x-g8: #bcbbb5;
  --x-g9: #8d8d86;
  --x-g10: #82827c;
  --x-g11: #63635e;
  --x-g12: #21201c;
  --x-solid-fg: #ffffff;
}
html[data-theme='orange'].wa-dark {
  --x-a1: #17120e;
  --x-a2: #1e160f;
  --x-a3: #331e0b;
  --x-a4: #462100;
  --x-a5: #562800;
  --x-a6: #66350c;
  --x-a7: #7e451d;
  --x-a8: #a35829;
  --x-a9: #f76b15;
  --x-a10: #ff801f;
  --x-a11: #ffa057;
  --x-a12: #ffe0c2;
  --x-g1: #111110;
  --x-g2: #191918;
  --x-g3: #222221;
  --x-g4: #2a2a28;
  --x-g5: #31312e;
  --x-g6: #3b3a37;
  --x-g7: #494844;
  --x-g8: #62605b;
  --x-g9: #6f6d66;
  --x-g10: #7c7b74;
  --x-g11: #b5b3ad;
  --x-g12: #eeeeec;
  --x-solid-fg: #ffffff;
}

html[data-theme='brown'] {
  --x-a1: #fefdfc;
  --x-a2: #fcf9f6;
  --x-a3: #f6eee7;
  --x-a4: #f0e4d9;
  --x-a5: #ebdaca;
  --x-a6: #e4cdb7;
  --x-a7: #dcbc9f;
  --x-a8: #cea37e;
  --x-a9: #ad7f58;
  --x-a10: #a07553;
  --x-a11: #815e46;
  --x-a12: #3e332e;
  --x-g1: #fdfdfc;
  --x-g2: #f9f9f8;
  --x-g3: #f1f0ef;
  --x-g4: #e9e8e6;
  --x-g5: #e2e1de;
  --x-g6: #dad9d6;
  --x-g7: #cfceca;
  --x-g8: #bcbbb5;
  --x-g9: #8d8d86;
  --x-g10: #82827c;
  --x-g11: #63635e;
  --x-g12: #21201c;
  --x-solid-fg: #ffffff;
}
html[data-theme='brown'].wa-dark {
  --x-a1: #12110f;
  --x-a2: #1c1816;
  --x-a3: #28211d;
  --x-a4: #322922;
  --x-a5: #3e3128;
  --x-a6: #4d3c2f;
  --x-a7: #614a39;
  --x-a8: #7c5f46;
  --x-a9: #ad7f58;
  --x-a10: #b88c67;
  --x-a11: #dbb594;
  --x-a12: #f2e1ca;
  --x-g1: #111110;
  --x-g2: #191918;
  --x-g3: #222221;
  --x-g4: #2a2a28;
  --x-g5: #31312e;
  --x-g6: #3b3a37;
  --x-g7: #494844;
  --x-g8: #62605b;
  --x-g9: #6f6d66;
  --x-g10: #7c7b74;
  --x-g11: #b5b3ad;
  --x-g12: #eeeeec;
  --x-solid-fg: #ffffff;
}

html[data-theme='gold'] {
  --x-a1: #fdfdfc;
  --x-a2: #faf9f2;
  --x-a3: #f2f0e7;
  --x-a4: #eae6db;
  --x-a5: #e1dccf;
  --x-a6: #d8d0bf;
  --x-a7: #cbc0aa;
  --x-a8: #b9a88d;
  --x-a9: #978365;
  --x-a10: #8c7a5e;
  --x-a11: #71624b;
  --x-a12: #3b352b;
  --x-g1: #fdfdfc;
  --x-g2: #f9f9f8;
  --x-g3: #f1f0ef;
  --x-g4: #e9e8e6;
  --x-g5: #e2e1de;
  --x-g6: #dad9d6;
  --x-g7: #cfceca;
  --x-g8: #bcbbb5;
  --x-g9: #8d8d86;
  --x-g10: #82827c;
  --x-g11: #63635e;
  --x-g12: #21201c;
  --x-solid-fg: #ffffff;
}
html[data-theme='gold'].wa-dark {
  --x-a1: #121211;
  --x-a2: #1b1a17;
  --x-a3: #24231f;
  --x-a4: #2d2b26;
  --x-a5: #38352e;
  --x-a6: #444039;
  --x-a7: #544f46;
  --x-a8: #696256;
  --x-a9: #978365;
  --x-a10: #a39073;
  --x-a11: #cbb99f;
  --x-a12: #e8e2d9;
  --x-g1: #111110;
  --x-g2: #191918;
  --x-g3: #222221;
  --x-g4: #2a2a28;
  --x-g5: #31312e;
  --x-g6: #3b3a37;
  --x-g7: #494844;
  --x-g8: #62605b;
  --x-g9: #6f6d66;
  --x-g10: #7c7b74;
  --x-g11: #b5b3ad;
  --x-g12: #eeeeec;
  --x-solid-fg: #ffffff;
}

html[data-theme='bronze'] {
  --x-a1: #fdfcfc;
  --x-a2: #fdf7f5;
  --x-a3: #f6edea;
  --x-a4: #efe4df;
  --x-a5: #e7d9d3;
  --x-a6: #dfcdc5;
  --x-a7: #d3bcb3;
  --x-a8: #c2a499;
  --x-a9: #a18072;
  --x-a10: #957468;
  --x-a11: #7d5e54;
  --x-a12: #43302b;
  --x-g1: #fdfdfc;
  --x-g2: #f9f9f8;
  --x-g3: #f1f0ef;
  --x-g4: #e9e8e6;
  --x-g5: #e2e1de;
  --x-g6: #dad9d6;
  --x-g7: #cfceca;
  --x-g8: #bcbbb5;
  --x-g9: #8d8d86;
  --x-g10: #82827c;
  --x-g11: #63635e;
  --x-g12: #21201c;
  --x-solid-fg: #ffffff;
}
html[data-theme='bronze'].wa-dark {
  --x-a1: #141110;
  --x-a2: #1c1917;
  --x-a3: #262220;
  --x-a4: #302a27;
  --x-a5: #3b3330;
  --x-a6: #493e3a;
  --x-a7: #5a4c47;
  --x-a8: #6f5f58;
  --x-a9: #a18072;
  --x-a10: #ae8c7e;
  --x-a11: #d4b3a5;
  --x-a12: #ede0d9;
  --x-g1: #111110;
  --x-g2: #191918;
  --x-g3: #222221;
  --x-g4: #2a2a28;
  --x-g5: #31312e;
  --x-g6: #3b3a37;
  --x-g7: #494844;
  --x-g8: #62605b;
  --x-g9: #6f6d66;
  --x-g10: #7c7b74;
  --x-g11: #b5b3ad;
  --x-g12: #eeeeec;
  --x-solid-fg: #ffffff;
}

html[data-theme='mono-gray'] {
  --x-a1: #fcfcfc;
  --x-a2: #f9f9f9;
  --x-a3: #f0f0f0;
  --x-a4: #e8e8e8;
  --x-a5: #e0e0e0;
  --x-a6: #d9d9d9;
  --x-a7: #cecece;
  --x-a8: #bbbbbb;
  --x-a9: #202020;
  --x-a10: #646464;
  --x-a11: #646464;
  --x-a12: #202020;
  --x-g1: #fcfcfc;
  --x-g2: #f9f9f9;
  --x-g3: #f0f0f0;
  --x-g4: #e8e8e8;
  --x-g5: #e0e0e0;
  --x-g6: #d9d9d9;
  --x-g7: #cecece;
  --x-g8: #bbbbbb;
  --x-g9: #8d8d8d;
  --x-g10: #838383;
  --x-g11: #646464;
  --x-g12: #202020;
  --x-solid-fg: #fcfcfc;
}
html[data-theme='mono-gray'].wa-dark {
  --x-a1: #111111;
  --x-a2: #191919;
  --x-a3: #222222;
  --x-a4: #2a2a2a;
  --x-a5: #313131;
  --x-a6: #3a3a3a;
  --x-a7: #484848;
  --x-a8: #606060;
  --x-a9: #eeeeee;
  --x-a10: #b4b4b4;
  --x-a11: #b4b4b4;
  --x-a12: #eeeeee;
  --x-g1: #111111;
  --x-g2: #191919;
  --x-g3: #222222;
  --x-g4: #2a2a2a;
  --x-g5: #313131;
  --x-g6: #3a3a3a;
  --x-g7: #484848;
  --x-g8: #606060;
  --x-g9: #6e6e6e;
  --x-g10: #7b7b7b;
  --x-g11: #b4b4b4;
  --x-g12: #eeeeee;
  --x-solid-fg: #111111;
}

html[data-theme='mono-mauve'] {
  --x-a1: #fdfcfd;
  --x-a2: #faf9fb;
  --x-a3: #f2eff3;
  --x-a4: #eae7ec;
  --x-a5: #e3dfe6;
  --x-a6: #dbd8e0;
  --x-a7: #d0cdd7;
  --x-a8: #bcbac7;
  --x-a9: #211f26;
  --x-a10: #65636d;
  --x-a11: #65636d;
  --x-a12: #211f26;
  --x-g1: #fdfcfd;
  --x-g2: #faf9fb;
  --x-g3: #f2eff3;
  --x-g4: #eae7ec;
  --x-g5: #e3dfe6;
  --x-g6: #dbd8e0;
  --x-g7: #d0cdd7;
  --x-g8: #bcbac7;
  --x-g9: #8e8c99;
  --x-g10: #84828e;
  --x-g11: #65636d;
  --x-g12: #211f26;
  --x-solid-fg: #fdfcfd;
}
html[data-theme='mono-mauve'].wa-dark {
  --x-a1: #121113;
  --x-a2: #1a191b;
  --x-a3: #232225;
  --x-a4: #2b292d;
  --x-a5: #323035;
  --x-a6: #3c393f;
  --x-a7: #49474e;
  --x-a8: #625f69;
  --x-a9: #eeeef0;
  --x-a10: #b5b2bc;
  --x-a11: #b5b2bc;
  --x-a12: #eeeef0;
  --x-g1: #121113;
  --x-g2: #1a191b;
  --x-g3: #232225;
  --x-g4: #2b292d;
  --x-g5: #323035;
  --x-g6: #3c393f;
  --x-g7: #49474e;
  --x-g8: #625f69;
  --x-g9: #6f6d78;
  --x-g10: #7c7a85;
  --x-g11: #b5b2bc;
  --x-g12: #eeeef0;
  --x-solid-fg: #121113;
}

html[data-theme='mono-slate'] {
  --x-a1: #fcfcfd;
  --x-a2: #f9f9fb;
  --x-a3: #f0f0f3;
  --x-a4: #e8e8ec;
  --x-a5: #e0e1e6;
  --x-a6: #d9d9e0;
  --x-a7: #cdced6;
  --x-a8: #b9bbc6;
  --x-a9: #1c2024;
  --x-a10: #60646c;
  --x-a11: #60646c;
  --x-a12: #1c2024;
  --x-g1: #fcfcfd;
  --x-g2: #f9f9fb;
  --x-g3: #f0f0f3;
  --x-g4: #e8e8ec;
  --x-g5: #e0e1e6;
  --x-g6: #d9d9e0;
  --x-g7: #cdced6;
  --x-g8: #b9bbc6;
  --x-g9: #8b8d98;
  --x-g10: #80838d;
  --x-g11: #60646c;
  --x-g12: #1c2024;
  --x-solid-fg: #fcfcfd;
}
html[data-theme='mono-slate'].wa-dark {
  --x-a1: #111113;
  --x-a2: #18191b;
  --x-a3: #212225;
  --x-a4: #272a2d;
  --x-a5: #2e3135;
  --x-a6: #363a3f;
  --x-a7: #43484e;
  --x-a8: #5a6169;
  --x-a9: #edeef0;
  --x-a10: #b0b4ba;
  --x-a11: #b0b4ba;
  --x-a12: #edeef0;
  --x-g1: #111113;
  --x-g2: #18191b;
  --x-g3: #212225;
  --x-g4: #272a2d;
  --x-g5: #2e3135;
  --x-g6: #363a3f;
  --x-g7: #43484e;
  --x-g8: #5a6169;
  --x-g9: #696e77;
  --x-g10: #777b84;
  --x-g11: #b0b4ba;
  --x-g12: #edeef0;
  --x-solid-fg: #111113;
}

html[data-theme='mono-sage'] {
  --x-a1: #fbfdfc;
  --x-a2: #f7f9f8;
  --x-a3: #eef1f0;
  --x-a4: #e6e9e8;
  --x-a5: #dfe2e0;
  --x-a6: #d7dad9;
  --x-a7: #cbcfcd;
  --x-a8: #b8bcba;
  --x-a9: #1a211e;
  --x-a10: #5f6563;
  --x-a11: #5f6563;
  --x-a12: #1a211e;
  --x-g1: #fbfdfc;
  --x-g2: #f7f9f8;
  --x-g3: #eef1f0;
  --x-g4: #e6e9e8;
  --x-g5: #dfe2e0;
  --x-g6: #d7dad9;
  --x-g7: #cbcfcd;
  --x-g8: #b8bcba;
  --x-g9: #868e8b;
  --x-g10: #7c8481;
  --x-g11: #5f6563;
  --x-g12: #1a211e;
  --x-solid-fg: #fbfdfc;
}
html[data-theme='mono-sage'].wa-dark {
  --x-a1: #101211;
  --x-a2: #171918;
  --x-a3: #202221;
  --x-a4: #272a29;
  --x-a5: #2e3130;
  --x-a6: #373b39;
  --x-a7: #444947;
  --x-a8: #5b625f;
  --x-a9: #eceeed;
  --x-a10: #adb5b2;
  --x-a11: #adb5b2;
  --x-a12: #eceeed;
  --x-g1: #101211;
  --x-g2: #171918;
  --x-g3: #202221;
  --x-g4: #272a29;
  --x-g5: #2e3130;
  --x-g6: #373b39;
  --x-g7: #444947;
  --x-g8: #5b625f;
  --x-g9: #63706b;
  --x-g10: #717d79;
  --x-g11: #adb5b2;
  --x-g12: #eceeed;
  --x-solid-fg: #101211;
}

html[data-theme='mono-sand'] {
  --x-a1: #fdfdfc;
  --x-a2: #f9f9f8;
  --x-a3: #f1f0ef;
  --x-a4: #e9e8e6;
  --x-a5: #e2e1de;
  --x-a6: #dad9d6;
  --x-a7: #cfceca;
  --x-a8: #bcbbb5;
  --x-a9: #21201c;
  --x-a10: #63635e;
  --x-a11: #63635e;
  --x-a12: #21201c;
  --x-g1: #fdfdfc;
  --x-g2: #f9f9f8;
  --x-g3: #f1f0ef;
  --x-g4: #e9e8e6;
  --x-g5: #e2e1de;
  --x-g6: #dad9d6;
  --x-g7: #cfceca;
  --x-g8: #bcbbb5;
  --x-g9: #8d8d86;
  --x-g10: #82827c;
  --x-g11: #63635e;
  --x-g12: #21201c;
  --x-solid-fg: #fdfdfc;
}
html[data-theme='mono-sand'].wa-dark {
  --x-a1: #111110;
  --x-a2: #191918;
  --x-a3: #222221;
  --x-a4: #2a2a28;
  --x-a5: #31312e;
  --x-a6: #3b3a37;
  --x-a7: #494844;
  --x-a8: #62605b;
  --x-a9: #eeeeec;
  --x-a10: #b5b3ad;
  --x-a11: #b5b3ad;
  --x-a12: #eeeeec;
  --x-g1: #111110;
  --x-g2: #191918;
  --x-g3: #222221;
  --x-g4: #2a2a28;
  --x-g5: #31312e;
  --x-g6: #3b3a37;
  --x-g7: #494844;
  --x-g8: #62605b;
  --x-g9: #6f6d66;
  --x-g10: #7c7b74;
  --x-g11: #b5b3ad;
  --x-g12: #eeeeec;
  --x-solid-fg: #111110;
}
