github.com/mweagle/Sparta@v1.15.0/docs/css/atom-one-dark-reasonable.css (about) 1 /* 2 3 Atom One Dark With support for ReasonML by Gidi Morris, based off work by Daniel Gamage 4 5 Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax 6 7 */ 8 .hljs { 9 display: block; 10 overflow-x: auto; 11 padding: 0.5em; 12 line-height: 1.3em; 13 color: #abb2bf; 14 background: #282c34; 15 border-radius: 5px; 16 } 17 .hljs-keyword, .hljs-operator { 18 color: #F92672; 19 } 20 .hljs-pattern-match { 21 color: #F92672; 22 } 23 .hljs-pattern-match .hljs-constructor { 24 color: #61aeee; 25 } 26 .hljs-function { 27 color: #61aeee; 28 } 29 .hljs-function .hljs-params { 30 color: #A6E22E; 31 } 32 .hljs-function .hljs-params .hljs-typing { 33 color: #FD971F; 34 } 35 .hljs-module-access .hljs-module { 36 color: #7e57c2; 37 } 38 .hljs-constructor { 39 color: #e2b93d; 40 } 41 .hljs-constructor .hljs-string { 42 color: #9CCC65; 43 } 44 .hljs-comment, .hljs-quote { 45 color: #b18eb1; 46 font-style: italic; 47 } 48 .hljs-doctag, .hljs-formula { 49 color: #c678dd; 50 } 51 .hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst { 52 color: #e06c75; 53 } 54 .hljs-literal { 55 color: #56b6c2; 56 } 57 .hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string { 58 color: #98c379; 59 } 60 .hljs-built_in, .hljs-class .hljs-title { 61 color: #e6c07b; 62 } 63 .hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-number { 64 color: #d19a66; 65 } 66 .hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title { 67 color: #61aeee; 68 } 69 .hljs-emphasis { 70 font-style: italic; 71 } 72 .hljs-strong { 73 font-weight: bold; 74 } 75 .hljs-link { 76 text-decoration: underline; 77 }