Mercurial
comparison third_party/highlight/styles/gradient-light.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 Gradient Light (c) Samia Ali <[email protected]> | |
| 12 | |
| 13 */ | |
| 14 .hljs { | |
| 15 background-color: #f9ccff; | |
| 16 background-image: linear-gradient(295deg, #f9ccff 0%, #e6bbf9 11%, #9ec6f9 32%, #55e6ee 60%, #91f5d1 74%, #f9ffbf 98%); | |
| 17 color: #250482 | |
| 18 } | |
| 19 .hljs-subtr { | |
| 20 color: #01958B | |
| 21 } | |
| 22 .hljs-doctag, | |
| 23 .hljs-meta, | |
| 24 .hljs-comment, | |
| 25 .hljs-quote { | |
| 26 color: #CB7200 | |
| 27 } | |
| 28 .hljs-selector-tag, | |
| 29 .hljs-selector-id, | |
| 30 .hljs-template-tag, | |
| 31 .hljs-regexp, | |
| 32 .hljs-attr, | |
| 33 .hljs-tag { | |
| 34 color: #07BD5F | |
| 35 } | |
| 36 .hljs-params, | |
| 37 .hljs-selector-class, | |
| 38 .hljs-bullet { | |
| 39 color: #43449F | |
| 40 } | |
| 41 .hljs-keyword, | |
| 42 .hljs-section, | |
| 43 .hljs-meta .hljs-keyword, | |
| 44 .hljs-symbol, | |
| 45 .hljs-type { | |
| 46 color: #7D2801 | |
| 47 } | |
| 48 .hljs-addition, | |
| 49 .hljs-number, | |
| 50 .hljs-link { | |
| 51 color: #7F0096 | |
| 52 } | |
| 53 .hljs-string { | |
| 54 color: #2681ab | |
| 55 } | |
| 56 .hljs-attribute, | |
| 57 .hljs-addition { | |
| 58 color: #296562 | |
| 59 } | |
| 60 .hljs-variable, | |
| 61 .hljs-template-variable { | |
| 62 color: #025C8F | |
| 63 } | |
| 64 .hljs-built_in, | |
| 65 .hljs-formula, | |
| 66 .hljs-name, | |
| 67 .hljs-title, | |
| 68 .hljs-class, | |
| 69 .hljs-function { | |
| 70 color: #529117 | |
| 71 } | |
| 72 .hljs-selector-pseudo, | |
| 73 .hljs-deletion, | |
| 74 .hljs-literal { | |
| 75 color: #AD13FF | |
| 76 } | |
| 77 .hljs-emphasis, | |
| 78 .hljs-quote { | |
| 79 font-style: italic | |
| 80 } | |
| 81 .hljs-params, | |
| 82 .hljs-selector-class, | |
| 83 .hljs-strong, | |
| 84 .hljs-selector-tag, | |
| 85 .hljs-selector-id, | |
| 86 .hljs-template-tag, | |
| 87 .hljs-section, | |
| 88 .hljs-keyword { | |
| 89 font-weight: bold | |
| 90 } |