.reveal[data-theme='auto'],
.reveal[data-theme='white'],
.reveal[data-theme='beige'],
.reveal[data-theme='sky'],
.reveal[data-theme='serif'],
.reveal[data-theme='simple'],
.reveal[data-theme='solarized'] {
  .hljs-comment,
  .hljs-quote {
    color: #8e908c;
  }

  .hljs-deletion,
  .hljs-name,
  .hljs-regexp,
  .hljs-selector-class,
  .hljs-selector-id,
  .hljs-tag,
  .hljs-template-variable,
  .hljs-variable {
    color: #c82829;
  }

  .hljs-built_in,
  .hljs-builtin-name,
  .hljs-link,
  .hljs-literal,
  .hljs-meta,
  .hljs-number,
  .hljs-params,
  .hljs-type {
    color: #f5871f;
  }

  .hljs-attribute {
    color: #eab700;
  }

  .hljs-addition,
  .hljs-bullet,
  .hljs-string,
  .hljs-symbol {
    color: #718c00;
  }

  .hljs-section,
  .hljs-title {
    color: #4271ae;
  }

  .hljs-keyword,
  .hljs-selector-tag {
    color: #8959a8;
  }

  .hljs {
    display: block;
    overflow-x: auto;
    background: #fff;
    color: #4d4d4c;
    padding: 0.5em;
  }

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

  .hljs-strong {
    font-weight: 700;
  }
}
