Mercurial
comparison third_party/highlight/styles/devibeans.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: devibeans (dark) | |
| 11 Author: @terminaldweller | |
| 12 Maintainer: @terminaldweller | |
| 13 | |
| 14 Inspired by vim's jellybeans theme (https://github.com/nanotech/jellybeans.vim) | |
| 15 */ | |
| 16 .hljs { | |
| 17 background: #000000; | |
| 18 color: #a39e9b | |
| 19 } | |
| 20 .hljs-attr, | |
| 21 .hljs-template-tag { | |
| 22 color: #8787d7 | |
| 23 } | |
| 24 .hljs-comment, | |
| 25 .hljs-doctag, | |
| 26 .hljs-quote { | |
| 27 color: #339966 | |
| 28 } | |
| 29 .hljs-params { | |
| 30 color: #a39e9b | |
| 31 } | |
| 32 .hljs-regexp { | |
| 33 color: #d700ff | |
| 34 } | |
| 35 .hljs-tag, | |
| 36 .hljs-selector-id, | |
| 37 .hljs-number, | |
| 38 .hljs-literal { | |
| 39 color: #ef5350 | |
| 40 } | |
| 41 .hljs-meta, | |
| 42 .hljs-meta .hljs-keyword { | |
| 43 color: #0087ff | |
| 44 } | |
| 45 /* opt-out */ | |
| 46 .hljs-operator, | |
| 47 .hljs-punctuation { | |
| 48 | |
| 49 } | |
| 50 .hljs-selector-class, | |
| 51 .hljs-code, | |
| 52 .hljs-formula, | |
| 53 .hljs-variable, | |
| 54 .hljs-template-variable, | |
| 55 .hljs-selector-attr, | |
| 56 .hljs-selector-pseudo, | |
| 57 .hljs-link, | |
| 58 .hljs-keyword { | |
| 59 color: #64b5f6 | |
| 60 } | |
| 61 .hljs-built_in, | |
| 62 .hljs-title, | |
| 63 .hljs-deletion { | |
| 64 color: #ff8700 | |
| 65 } | |
| 66 .hljs-type, | |
| 67 .hljs-section, | |
| 68 .hljs-function, | |
| 69 .hljs-name, | |
| 70 .hljs-property, | |
| 71 .hljs-attribute { | |
| 72 color: #ffd75f | |
| 73 } | |
| 74 .hljs-meta .hljs-string, | |
| 75 .hljs-string, | |
| 76 .hljs-subst, | |
| 77 .hljs-symbol, | |
| 78 .hljs-bullet, | |
| 79 .hljs-addition { | |
| 80 color: #558b2f | |
| 81 } | |
| 82 .hljs-selector-tag { | |
| 83 color: #9966ff | |
| 84 } | |
| 85 .hljs-emphasis { | |
| 86 font-style: italic | |
| 87 } | |
| 88 .hljs-strong { | |
| 89 font-weight: bold | |
| 90 } |