Mercurial
comparison third_party/highlight/styles/intellij-light.css @ 157:2db6253f355d
[ThirdParty] Added highlight library for better readability on blog.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Tue, 13 Jan 2026 19:18:47 -0800 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 156:cd35e600ae34 | 157:2db6253f355d |
|---|---|
| 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 Intellij-light style (c) Pegasis <[email protected]> | |
| 12 | |
| 13 */ | |
| 14 .hljs { | |
| 15 color: #000; | |
| 16 background: #fff | |
| 17 } | |
| 18 .hljs-subst, | |
| 19 .hljs-title { | |
| 20 font-weight: normal; | |
| 21 color: #000 | |
| 22 } | |
| 23 .hljs-title.function_ { | |
| 24 color: #7A7A43 | |
| 25 } | |
| 26 .hljs-code, | |
| 27 .hljs-comment, | |
| 28 .hljs-quote { | |
| 29 color: #8C8C8C; | |
| 30 font-style: italic | |
| 31 } | |
| 32 .hljs-meta { | |
| 33 color: #9E880D | |
| 34 } | |
| 35 .hljs-section { | |
| 36 color: #871094 | |
| 37 } | |
| 38 .hljs-variable.language_, | |
| 39 .hljs-symbol, | |
| 40 .hljs-selector-class, | |
| 41 .hljs-selector-id, | |
| 42 .hljs-selector-tag, | |
| 43 .hljs-template-tag, | |
| 44 .hljs-selector-attr, | |
| 45 .hljs-selector-pseudo, | |
| 46 .hljs-keyword, | |
| 47 .hljs-meta .hljs-keyword, | |
| 48 .hljs-literal, | |
| 49 .hljs-name, | |
| 50 .hljs-built_in, | |
| 51 .hljs-type { | |
| 52 color: #0033B3 | |
| 53 } | |
| 54 .hljs-property, | |
| 55 .hljs-attr { | |
| 56 color: #871094 | |
| 57 } | |
| 58 .hljs-attribute { | |
| 59 color: #174AD4 | |
| 60 } | |
| 61 .hljs-number { | |
| 62 color: #1750EB | |
| 63 } | |
| 64 .hljs-regexp { | |
| 65 color: #264EFF | |
| 66 } | |
| 67 .hljs-link { | |
| 68 text-decoration: underline; | |
| 69 color: #006DCC | |
| 70 } | |
| 71 .hljs-meta .hljs-string, | |
| 72 .hljs-string { | |
| 73 color: #067D17 | |
| 74 } | |
| 75 .hljs-char.escape_ { | |
| 76 color: #0037A6 | |
| 77 } | |
| 78 .hljs-doctag { | |
| 79 text-decoration: underline | |
| 80 } | |
| 81 .hljs-template-variable { | |
| 82 color: #248F8F | |
| 83 } | |
| 84 .hljs-addition { | |
| 85 background: #BEE6BE | |
| 86 } | |
| 87 .hljs-deletion { | |
| 88 background: #D6D6D6 | |
| 89 } | |
| 90 .hljs-emphasis { | |
| 91 font-style: italic | |
| 92 } | |
| 93 .hljs-strong { | |
| 94 font-weight: bold | |
| 95 } | |
| 96 .hljs-variable, | |
| 97 .hljs-operator, | |
| 98 .hljs-punctuation, | |
| 99 .hljs-title.class_.inherited__, | |
| 100 .hljs-title.class_, | |
| 101 .hljs-params, | |
| 102 .hljs-bullet, | |
| 103 .hljs-formula, | |
| 104 .hljs-tag { | |
| 105 /* purposely ignored */ | |
| 106 | |
| 107 } |