<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Grey */
.hljs-comment,
.hljs-quote {
  color: #8a8a8a;
}

/* Tomorrow Red */
.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-deletion {
  color: #DF4877;
}

/* Purple */
.hljs-built_in,
.hljs-builtin-name {
  color: #9046C4;
}

.hljs-meta,
.hljs-meta-string {
color: #B72E5A;
}

/* Orange */
.hljs-number,
.hljs-literal,
.hljs-type,
.hljs-link {
  color: #f5871f;
}

/* Black */
.hljs-params {
  color: #3c3c3c;
}

/* Tomorrow Yellow */
.hljs-attribute {
  color: #eab700;
}

/* Green */
.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
  color: #679D44;
}

/* Tomorrow Blue */
.hljs-section {
  color: #4271ae;
}

.hljs-title,
.hljs-function,
.hljs-meta-keyword {
  color: #D82863;
}

/* Tomorrow Purple */
.hljs-keyword,
.hljs-selector-tag {
  color: #355D9D;
}

.hljs {
  display: block;
  overflow-x: auto;
  background: white;
  color: #3c3c3c;
  padding: 0.5em;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}
</pre></body></html>