Mercurial
comparison third_party/highlight/styles/kimbie-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 Name: Kimbie (light) | |
| 11 Author: Jan T. Sott | |
| 12 License: Creative Commons Attribution-ShareAlike 4.0 Unported License | |
| 13 URL: https://github.com/idleberg/Kimbie-highlight.js | |
| 14 */ | |
| 15 .hljs { | |
| 16 background: #fbebd4; | |
| 17 color: #84613d | |
| 18 } | |
| 19 /* Kimbie Comment */ | |
| 20 .hljs-comment, | |
| 21 .hljs-quote { | |
| 22 color: #a57a4c | |
| 23 } | |
| 24 /* Kimbie Red */ | |
| 25 .hljs-variable, | |
| 26 .hljs-template-variable, | |
| 27 .hljs-tag, | |
| 28 .hljs-name, | |
| 29 .hljs-selector-id, | |
| 30 .hljs-selector-class, | |
| 31 .hljs-regexp, | |
| 32 .hljs-meta { | |
| 33 color: #dc3958 | |
| 34 } | |
| 35 /* Kimbie Orange */ | |
| 36 .hljs-number, | |
| 37 .hljs-built_in, | |
| 38 .hljs-literal, | |
| 39 .hljs-type, | |
| 40 .hljs-params, | |
| 41 .hljs-deletion, | |
| 42 .hljs-link { | |
| 43 color: #f79a32 | |
| 44 } | |
| 45 /* Kimbie Green */ | |
| 46 .hljs-string, | |
| 47 .hljs-symbol, | |
| 48 .hljs-bullet, | |
| 49 .hljs-addition { | |
| 50 color: #889b4a | |
| 51 } | |
| 52 /* Kimbie Purple */ | |
| 53 .hljs-keyword, | |
| 54 .hljs-selector-tag, | |
| 55 .hljs-function { | |
| 56 color: #98676a | |
| 57 } | |
| 58 /* Kimbie Yellow */ | |
| 59 .hljs-title, | |
| 60 .hljs-section, | |
| 61 .hljs-attribute { | |
| 62 color: #f06431 | |
| 63 } | |
| 64 .hljs-emphasis { | |
| 65 font-style: italic | |
| 66 } | |
| 67 .hljs-strong { | |
| 68 font-weight: bold | |
| 69 } |