Mercurial
comparison third_party/highlight/styles/felipec.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 * Theme: FelipeC | |
| 11 * Author: (c) 2021 Felipe Contreras <[email protected]> | |
| 12 * Website: https://github.com/felipec/vim-felipec | |
| 13 * | |
| 14 * Autogenerated with vim-felipec's generator. | |
| 15 */ | |
| 16 .hljs { | |
| 17 color: #dedde4; | |
| 18 background-color: #1d1c21 | |
| 19 } | |
| 20 .hljs::selection, | |
| 21 .hljs ::selection { | |
| 22 color: #1d1c21; | |
| 23 background-color: #ba9cef | |
| 24 } | |
| 25 .hljs-comment, | |
| 26 .hljs-code, | |
| 27 .hljs-quote { | |
| 28 color: #9e9da4 | |
| 29 } | |
| 30 .hljs-number, | |
| 31 .hljs-literal, | |
| 32 .hljs-deletion { | |
| 33 color: #f09080 | |
| 34 } | |
| 35 .hljs-punctuation, | |
| 36 .hljs-meta, | |
| 37 .hljs-operator, | |
| 38 .hljs-subst, | |
| 39 .hljs-doctag, | |
| 40 .hljs-template-variable, | |
| 41 .hljs-selector-attr { | |
| 42 color: #ffbb7b | |
| 43 } | |
| 44 .hljs-type { | |
| 45 color: #fddb7c | |
| 46 } | |
| 47 .hljs-tag, | |
| 48 .hljs-title, | |
| 49 .hljs-selector-class, | |
| 50 .hljs-selector-id { | |
| 51 color: #c4da7d | |
| 52 } | |
| 53 .hljs-string, | |
| 54 .hljs-regexp, | |
| 55 .hljs-addition { | |
| 56 color: #93e4a4 | |
| 57 } | |
| 58 .hljs-class, | |
| 59 .hljs-property { | |
| 60 color: #65e7d1 | |
| 61 } | |
| 62 .hljs-name, | |
| 63 .hljs-selector-tag { | |
| 64 color: #30c2d8 | |
| 65 } | |
| 66 .hljs-keyword, | |
| 67 .hljs-built_in { | |
| 68 color: #5fb8f2 | |
| 69 } | |
| 70 .hljs-section, | |
| 71 .hljs-bullet { | |
| 72 color: #90aafa | |
| 73 } | |
| 74 .hljs-selector-pseudo { | |
| 75 color: #ba9cef | |
| 76 } | |
| 77 .hljs-variable, | |
| 78 .hljs-params, | |
| 79 .hljs-attr, | |
| 80 .hljs-attribute { | |
| 81 color: #d991d2 | |
| 82 } | |
| 83 .hljs-symbol, | |
| 84 .hljs-link { | |
| 85 color: #ec8dab | |
| 86 } | |
| 87 .hljs-strong, | |
| 88 .hljs-literal, | |
| 89 .hljs-title { | |
| 90 font-weight: bold | |
| 91 } | |
| 92 .hljs-emphasis { | |
| 93 font-style: italic | |
| 94 } |