.playground-theme-neat {
  --playground-code-atom-color: rgb(51, 170, 51);
  --playground-code-builtin-color: rgb(0, 119, 119);
  --playground-code-comment-color: rgb(170, 136, 102);
  --playground-code-keyword-color: rgb(0, 0, 255);
  --playground-code-meta-color: rgb(85, 85, 85);
  --playground-code-number-color: rgb(51, 170, 51);
  --playground-code-string-color: rgb(170, 34, 34)
}