5 kx /*
5 kx
5 kx Atom One Light by Daniel Gamage
5 kx Original One Light Syntax theme from https://github.com/atom/one-light-syntax
5 kx
5 kx base: #fafafa
5 kx mono-1: #383a42
5 kx mono-2: #686b77
5 kx mono-3: #a0a1a7
5 kx hue-1: #0184bb
5 kx hue-2: #4078f2
5 kx hue-3: #a626a4
5 kx hue-4: #50a14f
5 kx hue-5: #e45649
5 kx hue-5-2: #c91243
5 kx hue-6: #986801
5 kx hue-6-2: #c18401
5 kx
5 kx */
5 kx
5 kx .hljs {
5 kx display: block;
5 kx overflow-x: auto;
5 kx padding: 0.5em;
5 kx color: #383a42;
5 kx background: #fafafa;
5 kx }
5 kx
5 kx .hljs-comment,
5 kx .hljs-quote {
5 kx color: #a0a1a7;
5 kx font-style: italic;
5 kx }
5 kx
5 kx .hljs-doctag,
5 kx .hljs-keyword,
5 kx .hljs-formula {
5 kx color: #a626a4;
5 kx }
5 kx
5 kx .hljs-section,
5 kx .hljs-name,
5 kx .hljs-selector-tag,
5 kx .hljs-deletion,
5 kx .hljs-subst {
5 kx color: #e45649;
5 kx }
5 kx
5 kx .hljs-literal {
5 kx color: #0184bb;
5 kx }
5 kx
5 kx .hljs-string,
5 kx .hljs-regexp,
5 kx .hljs-addition,
5 kx .hljs-attribute,
5 kx .hljs-meta-string {
5 kx color: #50a14f;
5 kx }
5 kx
5 kx .hljs-built_in,
5 kx .hljs-class .hljs-title {
5 kx color: #c18401;
5 kx }
5 kx
5 kx .hljs-attr,
5 kx .hljs-variable,
5 kx .hljs-template-variable,
5 kx .hljs-type,
5 kx .hljs-selector-class,
5 kx .hljs-selector-attr,
5 kx .hljs-selector-pseudo,
5 kx .hljs-number {
5 kx color: #986801;
5 kx }
5 kx
5 kx .hljs-symbol,
5 kx .hljs-bullet,
5 kx .hljs-link,
5 kx .hljs-meta,
5 kx .hljs-selector-id,
5 kx .hljs-title {
5 kx color: #4078f2;
5 kx }
5 kx
5 kx .hljs-emphasis {
5 kx font-style: italic;
5 kx }
5 kx
5 kx .hljs-strong {
5 kx font-weight: bold;
5 kx }
5 kx
5 kx .hljs-link {
5 kx text-decoration: underline;
5 kx }