atom-one-light.css
1 pre code.hljs { 2 display: block; 3 overflow-x: auto; 4 padding: 1em 5 } 6 code.hljs { 7 padding: 3px 5px 8 } 9 /* 10 11 Atom One Light by Daniel Gamage 12 Original One Light Syntax theme from https://github.com/atom/one-light-syntax 13 14 base: #fafafa 15 mono-1: #383a42 16 mono-2: #686b77 17 mono-3: #a0a1a7 18 hue-1: #0184bb 19 hue-2: #4078f2 20 hue-3: #a626a4 21 hue-4: #50a14f 22 hue-5: #e45649 23 hue-5-2: #c91243 24 hue-6: #986801 25 hue-6-2: #c18401 26 27 */ 28 .hljs { 29 color: #383a42; 30 background: #fafafa 31 } 32 .hljs-comment, 33 .hljs-quote { 34 color: #a0a1a7; 35 font-style: italic 36 } 37 .hljs-doctag, 38 .hljs-keyword, 39 .hljs-formula { 40 color: #a626a4 41 } 42 .hljs-section, 43 .hljs-name, 44 .hljs-selector-tag, 45 .hljs-deletion, 46 .hljs-subst { 47 color: #e45649 48 } 49 .hljs-literal { 50 color: #0184bb 51 } 52 .hljs-string, 53 .hljs-regexp, 54 .hljs-addition, 55 .hljs-attribute, 56 .hljs-meta .hljs-string { 57 color: #50a14f 58 } 59 .hljs-attr, 60 .hljs-variable, 61 .hljs-template-variable, 62 .hljs-type, 63 .hljs-selector-class, 64 .hljs-selector-attr, 65 .hljs-selector-pseudo, 66 .hljs-number { 67 color: #986801 68 } 69 .hljs-symbol, 70 .hljs-bullet, 71 .hljs-link, 72 .hljs-meta, 73 .hljs-selector-id, 74 .hljs-title { 75 color: #4078f2 76 } 77 .hljs-built_in, 78 .hljs-title.class_, 79 .hljs-class .hljs-title { 80 color: #c18401 81 } 82 .hljs-emphasis { 83 font-style: italic 84 } 85 .hljs-strong { 86 font-weight: bold 87 } 88 .hljs-link { 89 text-decoration: underline 90 }