forked from taufik-nurrohman/highlight.ln.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
monokai_for_jekyll.scss
82 lines (71 loc) · 1.1 KB
/
monokai_for_jekyll.scss
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em
}
code.hljs {
padding: 3px 5px
}
.hljs {
background: #272822;
color: #ddd
}
.hljs-keyword,
.hljs-literal,
.hljs-name,
.hljs-selector-tag,
.hljs-strong,
.hljs-tag {
color: #f92672
}
.hljs-code {
color: #66d9ef
}
.hljs-attribute,
.hljs-link,
.hljs-regexp,
.hljs-symbol {
color: #bf79db
}
.hljs-addition,
.hljs-built_in,
.hljs-bullet,
.hljs-emphasis,
.hljs-section,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-string,
.hljs-subst,
.hljs-template-tag,
.hljs-template-variable,
.hljs-title,
.hljs-type,
.hljs-variable {
color: #a6e22e
}
.hljs-class .hljs-title,
.hljs-title.class_ {
color: #fff
}
.hljs-comment,
.hljs-deletion,
.hljs-meta,
.hljs-quote {
color: #75715e
}
.hljs-doctag,
.hljs-keyword,
.hljs-literal,
.hljs-section,
.hljs-selector-id,
.hljs-selector-tag,
.hljs-title,
.hljs-type {
font-weight: 700
}
pre .hljs[style]:first-child {
/* background: black !important;
here to change the border color */
color: #616161 !important;
border-right-color: #424242 !important;
}