isbl-editor-dark.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 ISBL Editor style dark color scheme (c) Dmitriy Tarasov <dimatar@gmail.com> 12 13 */ 14 .hljs { 15 background: #404040; 16 color: #f0f0f0 17 } 18 /* Base color: saturation 0; */ 19 .hljs, 20 .hljs-subst { 21 color: #f0f0f0 22 } 23 .hljs-comment { 24 color: #b5b5b5; 25 font-style: italic 26 } 27 .hljs-keyword, 28 .hljs-attribute, 29 .hljs-selector-tag, 30 .hljs-meta .hljs-keyword, 31 .hljs-doctag, 32 .hljs-name { 33 color: #f0f0f0; 34 font-weight: bold 35 } 36 /* User color: hue: 0 */ 37 .hljs-string { 38 color: #97bf0d 39 } 40 .hljs-type, 41 .hljs-number, 42 .hljs-selector-id, 43 .hljs-selector-class, 44 .hljs-quote, 45 .hljs-template-tag, 46 .hljs-deletion { 47 color: #f0f0f0 48 } 49 .hljs-regexp, 50 .hljs-symbol, 51 .hljs-variable, 52 .hljs-template-variable, 53 .hljs-link, 54 .hljs-selector-attr, 55 .hljs-selector-pseudo { 56 color: #e2c696 57 } 58 /* Language color: hue: 90; */ 59 .hljs-built_in, 60 .hljs-literal { 61 color: #97bf0d; 62 font-weight: bold 63 } 64 .hljs-bullet, 65 .hljs-code, 66 .hljs-addition { 67 color: #397300 68 } 69 .hljs-class { 70 color: #ce9d4d; 71 font-weight: bold 72 } 73 .hljs-title, 74 .hljs-section { 75 color: #df471e 76 } 77 .hljs-title>.hljs-built_in { 78 color: #81bce9; 79 font-weight: normal 80 } 81 /* Meta color: hue: 200 */ 82 .hljs-meta { 83 color: #1f7199 84 } 85 .hljs-meta .hljs-string { 86 color: #4d99bf 87 } 88 /* Misc effects */ 89 .hljs-emphasis { 90 font-style: italic 91 } 92 .hljs-strong { 93 font-weight: bold 94 }