.playground-theme-eclipse {
  --playground-code-atom-color: rgb(34, 17, 153);
  --playground-code-attribute-color: rgb(0, 0, 204);
  --playground-code-builtin-color: rgb(51, 0, 170);
  --playground-code-comment-color: rgb(63, 127, 95);
  --playground-code-def-color: rgb(0, 0, 255);
  --playground-code-keyword-color: rgb(127, 0, 85);
  --playground-code-meta-color: rgb(255, 23, 23);
  --playground-code-number-color: rgb(17, 102, 68);
  --playground-code-qualifier-color: rgb(85, 85, 85);
  --playground-code-string-color: rgb(42, 0, 255);
  --playground-code-string-2-color: rgb(255, 85, 0);
  --playground-code-tag-color: rgb(17, 119, 0);
  --playground-code-type-color: rgb(0, 0, 192);
  --playground-code-variable-2-color: rgb(0, 0, 192);
  --playground-code-variable-3-color: rgb(0, 0, 192)
}