File tree Expand file tree Collapse file tree 1 file changed +103
-0
lines changed Expand file tree Collapse file tree 1 file changed +103
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments