Skip to content

Commit c5381ee

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

File tree

3 files changed

+106
-0
lines changed

3 files changed

+106
-0
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Themes:
99
- `Default` is now much closer WCAG AA (contrast) (#3402) [Josh Goebel]
1010
- `Dark` now meets WCAG AA (contrast) (#3402) [Josh Goebel]
1111
- Added `intellij-light` theme [Pegasis]
12+
- Added `felipec` theme [Felipe Contreras]
1213

1314
These changes should be for the better and should not be super noticeable but if you're super picky about your colors you may want to intervene here or copy over the older themes from 11.3 or prior.
1415

@@ -66,6 +67,7 @@ Themes:
6667
[Matthieu Lempereur]: https://github.com/MrYamous
6768
[idleberg]: https://github.com/idleberg
6869
[Fons van der Plas]: https://github.com/fonsp
70+
[Felipe Contreras]: https://github.com/felipec/vim-felipec
6971

7072
## Version 11.3.1
7173

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+
}

tools/developer.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ <h3>Code</h3>
116116
<option>agate.css</option>
117117
<option>vs.css</option>
118118
<option>far.css</option>
119+
<option>felipec.css</option>
119120
<option>default.css</option>
120121
<option>base16/pico.css</option>
121122
<option>base16/porple.css</option>

0 commit comments

Comments
 (0)