[data-theme="flat"] {
  --text-color: #cccccc;
  --background-color: #242424;
  --background-color-alt: #000000;
  --text-color-alt: #717171;
  --anchor-color: #ffee00;
  --inline-code-color: #00c3ff;
}

[data-theme="subtlety"] {
  --text-color: #cccccc;
  --background-color: #242424;
  --background-color-alt: #000000;
  --text-color-alt: #717171;
  --anchor-color: #ffee00;
  --inline-code-color: #00c3ff;
}

[data-theme="uv"] {
  --text-color: #000000;
  --background-color: #ffffff;
  --background-color-alt: #cacaca;
  --text-color-alt: #888888;
  --anchor-color: #0000ff;
  --inline-code-color: #aa00ff;

  --alert-note-color: #5b85ea;
  --alert-note-border: #1a2d71;

  --alert-tip-color: #48c774;
  --alert-tip-border: #2a623d;

  --alert-important-color: #ffdd57;
  --alert-important-border: #8a6d1a;

  --alert-warning-color: #ff6b6b;
  --alert-warning-border: #9d2525;

  --alert-caution-color: #ff9f43;
  --alert-caution-border: #805526;

  --gherkin-macro: #6645c8;
  --gherkin-conditional: #db1038;
  --gherkin-function: #417d0d;
  --gherkin-type:#305ea6;
  --gherkin-define: var(--gherkin-conditional);
}

[data-theme="b33f"] {
  --text-color: #ffffff;
  --text-color-alt: #717171;
  --border-color: #535353;
  --anchor-color: #ff0000;
  --background-color: #000000;
  --background-color-alt: #000000;
}

[data-theme="rust"] {
  --text-color: #f4e9d0;
  --text-color-alt: #a45706;
  --border-color: var(--text-color-alt);
  --anchor-color: #ffe300;
  --background-color: #3b2e2a;
  --background-color-alt: #2d231f;
}

[data-theme="neo"] {
  --text-color: #c6ddc6;
  --text-color-alt: #007100;
  --border-color: #027100;
  --background-color: #202020;
  --background-color-alt: #0d0e0f;
  --anchor-color: #00ff00;
}

[data-theme="steel"] {
  --text-color: #ffffff;
  --text-color-alt: #848484;
  --background-color: #373737;
  --background-color-alt: #0d0e0f;
  --border-color: #828282;
  --anchor-color: #f051a3;
}
