/*
    Name:     Kimbie (light)
    Author:   Jan T. Sott
    License:  Creative Commons Attribution-ShareAlike 4.0 Unported License
    URL:      https://github.com/idleberg/Kimbie-highlight.js
*/

/* Kimbie Comment */
.highlight .comment,
.highlight .quote {
  color: #a57a4c;
}

/* Kimbie Red */
.highlight .variable,
.highlight .template-variable,
.highlight .tag,
.highlight .name,
.highlight .selector-id,
.highlight .selector-class,
.highlight .regexp,
.highlight .meta {
  color: #dc3958;
}

/* Kimbie Orange */
.highlight .number,
.highlight .built_in,
.highlight .builtin-name,
.highlight .literal,
.highlight .type,
.highlight .params,
.highlight .deletion,
.highlight .link {
  color: #f79a32;
}

/* Kimbie Yellow */
.highlight .title,
.highlight .section,
.highlight .attribute {
  color: #f06431;
}

/* Kimbie Green */
.highlight .string,
.highlight .symbol,
.highlight .bullet,
.highlight .addition {
  color: #889b4a;
}

/* Kimbie Purple */
.highlight .keyword,
.highlight .selector-tag,
.highlight .function {
  color: #98676a;
}

.highlight {
  display: block;
  overflow-x: auto;
  background: #fbebd4;
  color: #84613d;
  padding: 0.5em;
}

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

.highlight .strong {
  font-weight: bold;
}
