.playground-theme-abbott {
  --playground-code-background: rgb(35, 28, 20);
  --playground-code-default-color: rgb(216, 255, 132);
  --playground-code-cursor-color: rgb(160, 234, 0);
  --playground-code-selection-background: rgb(39, 57, 0);
  --playground-code-gutter-background: rgb(35, 28, 20);
  --playground-code-gutter-border-right: 0px;
  --playground-code-linenumber-color: rgb(251, 236, 93);
  --playground-code-atom-color: rgb(254, 243, 180);
  --playground-code-attribute-color: rgb(36, 165, 7);
  --playground-code-builtin-color: rgb(63, 145, 241);
  --playground-code-comment-color: rgb(251, 179, 47);
  --playground-code-def-color: rgb(140, 205, 240);
  --playground-code-keyword-color: rgb(216, 4, 80);
  --playground-code-meta-color: rgb(236, 108, 153);
  --playground-code-number-color: rgb(246, 63, 5);
  --playground-code-operator-color: rgb(216, 255, 132);
  --playground-code-qualifier-color: rgb(63, 145, 241);
  --playground-code-string-color: rgb(230, 162, 243);
  --playground-code-string-2-color: rgb(230, 162, 243);
  --playground-code-tag-color: rgb(216, 4, 80);
  --playground-code-type-color: rgb(36, 165, 7);
  --playground-code-variable-color: rgb(140, 205, 240);
  --playground-code-variable-2-color: rgb(140, 205, 240);
  --playground-code-variable-3-color: rgb(140, 205, 240);
  --playground-code-callee-color: rgb(216, 255, 132);
  --playground-code-property-color: rgb(63, 145, 241)
}