summaryrefslogtreecommitdiff
path: root/themes/PaperMod/assets/css/hljs/an-old-hope.min.css
blob: b5dabdf15eecfc3d59eaa6ca84d41e0a6dd68865 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
.hljs-comment,
.hljs-quote {
    color: #b6b18b;
}

.hljs-deletion,
.hljs-name,
.hljs-regexp,
.hljs-selector-class,
.hljs-selector-id,
.hljs-tag,
.hljs-template-variable,
.hljs-variable {
    color: #eb3c54;
}

.hljs-built_in,
.hljs-builtin-name,
.hljs-link,
.hljs-literal,
.hljs-meta,
.hljs-number,
.hljs-params,
.hljs-type {
    color: #e7ce56;
}

.hljs-attribute {
    color: #ee7c2b;
}

.hljs-addition,
.hljs-bullet,
.hljs-string,
.hljs-symbol {
    color: #4fb4d7;
}

.hljs-section,
.hljs-title {
    color: #78bb65;
}

.hljs-keyword,
.hljs-selector-tag {
    color: #b45ea4;
}

.hljs {
    display: block;
    overflow-x: auto;
    background: #1c1d21;
    color: #c0c5ce;
    padding: .5em;
}

.hljs-emphasis {
    font-style: italic;
}

.hljs-strong {
    font-weight: 700;
}