Mercurial
comparison third_party/highlight/styles/androidstudio.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 Date: 24 Fev 2015 | |
| 11 Author: Pedro Oliveira <kanytu@gmail . com> | |
| 12 */ | |
| 13 .hljs { | |
| 14 color: #a9b7c6; | |
| 15 background: #282b2e | |
| 16 } | |
| 17 .hljs-number, | |
| 18 .hljs-literal, | |
| 19 .hljs-symbol, | |
| 20 .hljs-bullet { | |
| 21 color: #6897BB | |
| 22 } | |
| 23 .hljs-keyword, | |
| 24 .hljs-selector-tag, | |
| 25 .hljs-deletion { | |
| 26 color: #cc7832 | |
| 27 } | |
| 28 .hljs-variable, | |
| 29 .hljs-template-variable, | |
| 30 .hljs-link { | |
| 31 color: #629755 | |
| 32 } | |
| 33 .hljs-comment, | |
| 34 .hljs-quote { | |
| 35 color: #808080 | |
| 36 } | |
| 37 .hljs-meta { | |
| 38 color: #bbb529 | |
| 39 } | |
| 40 .hljs-string, | |
| 41 .hljs-attribute, | |
| 42 .hljs-addition { | |
| 43 color: #6A8759 | |
| 44 } | |
| 45 .hljs-section, | |
| 46 .hljs-title, | |
| 47 .hljs-type { | |
| 48 color: #ffc66d | |
| 49 } | |
| 50 .hljs-name, | |
| 51 .hljs-selector-id, | |
| 52 .hljs-selector-class { | |
| 53 color: #e8bf6a | |
| 54 } | |
| 55 .hljs-emphasis { | |
| 56 font-style: italic | |
| 57 } | |
| 58 .hljs-strong { | |
| 59 font-weight: bold | |
| 60 } |