File tree Expand file tree Collapse file tree 1 file changed +97
-0
lines changed Expand file tree Collapse file tree 1 file changed +97
-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-color : # 1e1e22 ;
12+ }
13+
14+ .hljs ::selection ,
15+ .hljs ::selection {
16+ color : # 1e1e22 ;
17+ background-color : # bf8fef ;
18+ }
19+
20+ .hljs-number ,
21+ .hljs-literal ,
22+ .hljs-deletion {
23+ color : # ef8f8f ;
24+ }
25+
26+ .hljs-comment ,
27+ .hljs-code ,
28+ .hljs-quote {
29+ color : # 888896 ;
30+ }
31+
32+ .hljs-punctuation ,
33+ .hljs-meta ,
34+ .hljs-selector-attr {
35+ color : # efbf8f ;
36+ }
37+
38+ .hljs-type {
39+ color : # efef8f ;
40+ }
41+
42+ .hljs-tag ,
43+ .hljs-title ,
44+ .hljs-selector-class {
45+ color : # bfef8f ;
46+ }
47+
48+ .hljs-string ,
49+ .hljs-regexp ,
50+ .hljs-addition {
51+ color : # 8fef8f ;
52+ }
53+
54+ .hljs-class {
55+ color : # 8fefbf ;
56+ }
57+
58+ .hljs-name ,
59+ .hljs-selector-tag {
60+ color : # 8fefef ;
61+ }
62+
63+ .hljs-keyword ,
64+ .hljs-built_in {
65+ color : # 8fbfef ;
66+ }
67+
68+ .hljs-section ,
69+ .hljs-bullet {
70+ color : # 8f8fef ;
71+ }
72+
73+ .hljs-selector-pseudo {
74+ color : # bf8fef ;
75+ }
76+
77+ .hljs-variable ,
78+ .hljs-params ,
79+ .hljs-attr ,
80+ .hljs-attribute {
81+ color : # ef8fef ;
82+ }
83+
84+ .hljs-symbol ,
85+ .hljs-link {
86+ color : # ef8fbf ;
87+ }
88+
89+ .hljs-strong ,
90+ .hljs-literal ,
91+ .hljs-title {
92+ font-weight : bold;
93+ }
94+
95+ .hljs-emphasis {
96+ font-style : italic;
97+ }
You can’t perform that action at this time.
0 commit comments