Skip to content

Commit 86b0baa

Browse files
committed
themes: add new felipec theme
Autogenerated with vim-felipec. Signed-off-by: Felipe Contreras <[email protected]>
1 parent 7355c13 commit 86b0baa

File tree

1 file changed

+103
-0
lines changed

1 file changed

+103
-0
lines changed

src/styles/felipec.css

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
/*!
2+
* Theme: FelipeC
3+
* Author: (c) 2021 Felipe Contreras <[email protected]>
4+
* Website: https://github.com/felipec/vim-felipec
5+
*
6+
* Autogenerated with vim-felipec's generator.
7+
*/
8+
9+
.hljs {
10+
color: #dddde1;
11+
background: #1e1e22;
12+
}
13+
14+
.hljs::selection,
15+
.hljs ::selection {
16+
color: #1e1e22;
17+
background: #bf8fef;
18+
}
19+
20+
.hljs-comment,
21+
.hljs-code,
22+
.hljs-quote {
23+
color: #888896;
24+
}
25+
26+
.hljs-number,
27+
.hljs-literal,
28+
.hljs-deletion {
29+
color: #ef8f8f;
30+
}
31+
32+
.hljs-punctuation,
33+
.hljs-meta,
34+
.hljs-operator,
35+
.hljs-subst,
36+
.hljs-doctag,
37+
.hljs-template-variable,
38+
.hljs-selector-attr {
39+
color: #efbf8f;
40+
}
41+
42+
.hljs-type {
43+
color: #efef8f;
44+
}
45+
46+
.hljs-tag,
47+
.hljs-title,
48+
.hljs-selector-class,
49+
.hljs-selector-id {
50+
color: #bfef8f;
51+
}
52+
53+
.hljs-string,
54+
.hljs-regexp,
55+
.hljs-addition {
56+
color: #8fef8f;
57+
}
58+
59+
.hljs-class,
60+
.hljs-property {
61+
color: #8fefbf;
62+
}
63+
64+
.hljs-name,
65+
.hljs-selector-tag {
66+
color: #8fefef;
67+
}
68+
69+
.hljs-keyword,
70+
.hljs-built_in {
71+
color: #8fbfef;
72+
}
73+
74+
.hljs-section,
75+
.hljs-bullet {
76+
color: #8f8fef;
77+
}
78+
79+
.hljs-selector-pseudo {
80+
color: #bf8fef;
81+
}
82+
83+
.hljs-variable,
84+
.hljs-params,
85+
.hljs-attr,
86+
.hljs-attribute {
87+
color: #ef8fef;
88+
}
89+
90+
.hljs-symbol,
91+
.hljs-link {
92+
color: #ef8fbf;
93+
}
94+
95+
.hljs-strong,
96+
.hljs-literal,
97+
.hljs-title {
98+
font-weight: bold;
99+
}
100+
101+
.hljs-emphasis {
102+
font-style: italic;
103+
}

0 commit comments

Comments
 (0)