-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfelipec.css
94 lines (94 loc) · 1.33 KB
/
felipec.css
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
83
84
85
86
87
88
89
90
91
92
93
94
pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em
}
code.hljs {
padding: 3px 5px
}
/*!
* Theme: FelipeC
* Author: (c) 2021 Felipe Contreras <[email protected]>
* Website: https://github.com/felipec/vim-felipec
*
* Autogenerated with vim-felipec's generator.
*/
.hljs {
color: #dedde4;
background-color: #1d1c21
}
.hljs::selection,
.hljs ::selection {
color: #1d1c21;
background-color: #ba9cef
}
.hljs-comment,
.hljs-code,
.hljs-quote {
color: #9e9da4
}
.hljs-number,
.hljs-literal,
.hljs-deletion {
color: #f09080
}
.hljs-punctuation,
.hljs-meta,
.hljs-operator,
.hljs-subst,
.hljs-doctag,
.hljs-template-variable,
.hljs-selector-attr {
color: #ffbb7b
}
.hljs-type {
color: #fddb7c
}
.hljs-tag,
.hljs-title,
.hljs-selector-class,
.hljs-selector-id {
color: #c4da7d
}
.hljs-string,
.hljs-regexp,
.hljs-addition {
color: #93e4a4
}
.hljs-class,
.hljs-property {
color: #65e7d1
}
.hljs-name,
.hljs-selector-tag {
color: #30c2d8
}
.hljs-keyword,
.hljs-built_in {
color: #5fb8f2
}
.hljs-section,
.hljs-bullet {
color: #90aafa
}
.hljs-selector-pseudo {
color: #ba9cef
}
.hljs-variable,
.hljs-params,
.hljs-attr,
.hljs-attribute {
color: #d991d2
}
.hljs-symbol,
.hljs-link {
color: #ec8dab
}
.hljs-strong,
.hljs-literal,
.hljs-title {
font-weight: bold
}
.hljs-emphasis {
font-style: italic
}