Path: blob/master/docs/scripts/highlight/styles/atom-one-light.css
1214 views
/*12Atom One Light by Daniel Gamage3Original One Light Syntax theme from https://github.com/atom/one-light-syntax45base: #fafafa6mono-1: #383a427mono-2: #686b778mono-3: #a0a1a79hue-1: #0184bb10hue-2: #4078f211hue-3: #a626a412hue-4: #50a14f13hue-5: #e4564914hue-5-2: #c9124315hue-6: #98680116hue-6-2: #c184011718*/1920.hljs {21display: block;22overflow-x: auto;23padding: 0.5em;24color: #383a42;25background: #fafafa;26}2728.hljs-comment,29.hljs-quote {30color: #a0a1a7;31font-style: italic;32}3334.hljs-doctag,35.hljs-keyword,36.hljs-formula {37color: #a626a4;38}3940.hljs-section,41.hljs-name,42.hljs-selector-tag,43.hljs-deletion,44.hljs-subst {45color: #e45649;46}4748.hljs-literal {49color: #0184bb;50}5152.hljs-string,53.hljs-regexp,54.hljs-addition,55.hljs-attribute,56.hljs-meta-string {57color: #50a14f;58}5960.hljs-built_in,61.hljs-class .hljs-title {62color: #c18401;63}6465.hljs-attr,66.hljs-variable,67.hljs-template-variable,68.hljs-type,69.hljs-selector-class,70.hljs-selector-attr,71.hljs-selector-pseudo,72.hljs-number {73color: #986801;74}7576.hljs-symbol,77.hljs-bullet,78.hljs-link,79.hljs-meta,80.hljs-selector-id,81.hljs-title {82color: #4078f2;83}8485.hljs-emphasis {86font-style: italic;87}8889.hljs-strong {90font-weight: bold;91}9293.hljs-link {94text-decoration: underline;95}969798