comparison third_party/highlight/styles/color-brewer.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 Colorbrewer theme
12 Original: https://github.com/mbostock/colorbrewer-theme (c) Mike Bostock <[email protected]>
13 Ported by Fabrício Tavares de Oliveira
14
15 */
16 .hljs {
17 color: #000;
18 background: #fff
19 }
20 .hljs-subst {
21 /* default */
22
23 }
24 .hljs-string,
25 .hljs-meta,
26 .hljs-symbol,
27 .hljs-template-tag,
28 .hljs-template-variable,
29 .hljs-addition {
30 color: #756bb1
31 }
32 .hljs-comment,
33 .hljs-quote {
34 color: #636363
35 }
36 .hljs-number,
37 .hljs-regexp,
38 .hljs-literal,
39 .hljs-bullet,
40 .hljs-link {
41 color: #31a354
42 }
43 .hljs-deletion,
44 .hljs-variable {
45 color: #88f
46 }
47 .hljs-keyword,
48 .hljs-selector-tag,
49 .hljs-title,
50 .hljs-section,
51 .hljs-built_in,
52 .hljs-doctag,
53 .hljs-type,
54 .hljs-tag,
55 .hljs-name,
56 .hljs-selector-id,
57 .hljs-selector-class,
58 .hljs-strong {
59 color: #3182bd
60 }
61 .hljs-emphasis {
62 font-style: italic
63 }
64 .hljs-attribute {
65 color: #e6550d
66 }