Path: blob/master/docs/scripts/highlight/styles/kimbie.dark.css
1214 views
/*1Name: Kimbie (dark)2Author: Jan T. Sott3License: Creative Commons Attribution-ShareAlike 4.0 Unported License4URL: https://github.com/idleberg/Kimbie-highlight.js5*/67/* Kimbie Comment */8.hljs-comment,9.hljs-quote {10color: #d6baad;11}1213/* Kimbie Red */14.hljs-variable,15.hljs-template-variable,16.hljs-tag,17.hljs-name,18.hljs-selector-id,19.hljs-selector-class,20.hljs-regexp,21.hljs-meta {22color: #dc3958;23}2425/* Kimbie Orange */26.hljs-number,27.hljs-built_in,28.hljs-builtin-name,29.hljs-literal,30.hljs-type,31.hljs-params,32.hljs-deletion,33.hljs-link {34color: #f79a32;35}3637/* Kimbie Yellow */38.hljs-title,39.hljs-section,40.hljs-attribute {41color: #f06431;42}4344/* Kimbie Green */45.hljs-string,46.hljs-symbol,47.hljs-bullet,48.hljs-addition {49color: #889b4a;50}5152/* Kimbie Purple */53.hljs-keyword,54.hljs-selector-tag,55.hljs-function {56color: #98676a;57}5859.hljs {60display: block;61overflow-x: auto;62background: #221a0f;63color: #d3af86;64padding: 0.5em;65}6667.hljs-emphasis {68font-style: italic;69}7071.hljs-strong {72font-weight: bold;73}747576