body[light] {
  --ml-code-background: var(--ml-grey-075);

  --ml-code-comment: #a0a1a7;
  --ml-code-keyword: #a626a4;
  --ml-code-name: #ae180b;
  --ml-code-literal: #0184bb;
  --ml-code-attribute: #10660e;
  --ml-code-variable: #7d5a0e;
  --ml-code-symbol: #1b4ebd;
  --ml-code-class: #c18401;
}

body[dark] {
  --ml-code-background: var(--ml-n950);

  --ml-code-comment: #5c6370;
  --ml-code-keyword: #c678dd;
  --ml-code-name: #e06c75;
  --ml-code-literal: #56b6c2;
  --ml-code-attribute: #98c379;
  --ml-code-variable: #d19a66;
  --ml-code-symbol: #61aeee;
  --ml-code-class: #e6c07b;
}
