Path: blob/master/docs/scripts/highlight/styles/atom-one-dark.css
1214 views
/*12Atom One Dark by Daniel Gamage3Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax45base: #282c346mono-1: #abb2bf7mono-2: #8188968mono-3: #5c63709hue-1: #56b6c210hue-2: #61aeee11hue-3: #c678dd12hue-4: #98c37913hue-5: #e06c7514hue-5-2: #be504615hue-6: #d19a6616hue-6-2: #e6c07b1718*/1920.hljs {21display: block;22overflow-x: auto;23padding: 0.5em;24color: #abb2bf;25background: #282c34;26}2728.hljs-comment,29.hljs-quote {30color: #5c6370;31font-style: italic;32}3334.hljs-doctag,35.hljs-keyword,36.hljs-formula {37color: #c678dd;38}3940.hljs-section,41.hljs-name,42.hljs-selector-tag,43.hljs-deletion,44.hljs-subst {45color: #e06c75;46}4748.hljs-literal {49color: #56b6c2;50}5152.hljs-string,53.hljs-regexp,54.hljs-addition,55.hljs-attribute,56.hljs-meta-string {57color: #98c379;58}5960.hljs-built_in,61.hljs-class .hljs-title {62color: #e6c07b;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: #d19a66;74}7576.hljs-symbol,77.hljs-bullet,78.hljs-link,79.hljs-meta,80.hljs-selector-id,81.hljs-title {82color: #61aeee;83}8485.hljs-emphasis {86font-style: italic;87}8889.hljs-strong {90font-weight: bold;91}9293.hljs-link {94text-decoration: underline;95}969798