Mercurial
comparison third_party/highlight/styles/monokai-sublime.css @ 173:827c6ac504cd hg-web
Merged in default here.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 19 Jan 2026 18:59:10 -0800 |
| parents | 2db6253f355d |
| children |
comparison
equal
deleted
inserted
replaced
| 151:c033667da5f9 | 173:827c6ac504cd |
|---|---|
| 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 Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/ | |
| 12 | |
| 13 */ | |
| 14 .hljs { | |
| 15 background: #23241f; | |
| 16 color: #f8f8f2 | |
| 17 } | |
| 18 .hljs-tag, | |
| 19 .hljs-subst { | |
| 20 color: #f8f8f2 | |
| 21 } | |
| 22 .hljs-strong, | |
| 23 .hljs-emphasis { | |
| 24 color: #a8a8a2 | |
| 25 } | |
| 26 .hljs-bullet, | |
| 27 .hljs-quote, | |
| 28 .hljs-number, | |
| 29 .hljs-regexp, | |
| 30 .hljs-literal, | |
| 31 .hljs-link { | |
| 32 color: #ae81ff | |
| 33 } | |
| 34 .hljs-code, | |
| 35 .hljs-title, | |
| 36 .hljs-section, | |
| 37 .hljs-selector-class { | |
| 38 color: #a6e22e | |
| 39 } | |
| 40 .hljs-strong { | |
| 41 font-weight: bold | |
| 42 } | |
| 43 .hljs-emphasis { | |
| 44 font-style: italic | |
| 45 } | |
| 46 .hljs-keyword, | |
| 47 .hljs-selector-tag, | |
| 48 .hljs-name, | |
| 49 .hljs-attr { | |
| 50 color: #f92672 | |
| 51 } | |
| 52 .hljs-symbol, | |
| 53 .hljs-attribute { | |
| 54 color: #66d9ef | |
| 55 } | |
| 56 .hljs-params, | |
| 57 .hljs-title.class_, | |
| 58 .hljs-class .hljs-title { | |
| 59 color: #f8f8f2 | |
| 60 } | |
| 61 .hljs-string, | |
| 62 .hljs-type, | |
| 63 .hljs-built_in, | |
| 64 .hljs-selector-id, | |
| 65 .hljs-selector-attr, | |
| 66 .hljs-selector-pseudo, | |
| 67 .hljs-addition, | |
| 68 .hljs-variable, | |
| 69 .hljs-template-variable { | |
| 70 color: #e6db74 | |
| 71 } | |
| 72 .hljs-comment, | |
| 73 .hljs-deletion, | |
| 74 .hljs-meta { | |
| 75 color: #75715e | |
| 76 } |