File tree Expand file tree Collapse file tree 2 files changed +48
-0
lines changed Expand file tree Collapse file tree 2 files changed +48
-0
lines changed Original file line number Diff line number Diff line change @@ -533,6 +533,12 @@ local icons_by_filename = {
533
533
cterm_color = " 214" ,
534
534
name = " Py.typed" ,
535
535
},
536
+ [" QtProject.conf" ] = {
537
+ icon = " " ,
538
+ color = " #40cd52" ,
539
+ cterm_color = " 77" ,
540
+ name = " Qt" ,
541
+ },
536
542
[" r" ] = {
537
543
icon = " " ,
538
544
color = " #2266ba" ,
@@ -2174,6 +2180,24 @@ local icons_by_file_extension = {
2174
2180
cterm_color = " 31" ,
2175
2181
name = " Localization" ,
2176
2182
},
2183
+ [" qml" ] = {
2184
+ icon = " " ,
2185
+ color = " #40cd52" ,
2186
+ cterm_color = " 77" ,
2187
+ name = " Qt" ,
2188
+ },
2189
+ [" qrc" ] = {
2190
+ icon = " " ,
2191
+ color = " #40cd52" ,
2192
+ cterm_color = " 77" ,
2193
+ name = " Qt" ,
2194
+ },
2195
+ [" qss" ] = {
2196
+ icon = " " ,
2197
+ color = " #40cd52" ,
2198
+ cterm_color = " 77" ,
2199
+ name = " Qt" ,
2200
+ },
2177
2201
[" query" ] = {
2178
2202
icon = " " ,
2179
2203
color = " #90a850" ,
Original file line number Diff line number Diff line change @@ -533,6 +533,12 @@ local icons_by_filename = {
533
533
cterm_color = " 94" ,
534
534
name = " Py.typed" ,
535
535
},
536
+ [" QtProject.conf" ] = {
537
+ icon = " " ,
538
+ color = " #2b8937" ,
539
+ cterm_color = " 28" ,
540
+ name = " Qt" ,
541
+ },
536
542
[" r" ] = {
537
543
icon = " " ,
538
544
color = " #1a4c8c" ,
@@ -2174,6 +2180,24 @@ local icons_by_file_extension = {
2174
2180
cterm_color = " 24" ,
2175
2181
name = " Localization" ,
2176
2182
},
2183
+ [" qml" ] = {
2184
+ icon = " " ,
2185
+ color = " #2b8937" ,
2186
+ cterm_color = " 28" ,
2187
+ name = " Qt" ,
2188
+ },
2189
+ [" qrc" ] = {
2190
+ icon = " " ,
2191
+ color = " #2b8937" ,
2192
+ cterm_color = " 28" ,
2193
+ name = " Qt" ,
2194
+ },
2195
+ [" qss" ] = {
2196
+ icon = " " ,
2197
+ color = " #2b8937" ,
2198
+ cterm_color = " 28" ,
2199
+ name = " Qt" ,
2200
+ },
2177
2201
[" query" ] = {
2178
2202
icon = " " ,
2179
2203
color = " #607035" ,
You can’t perform that action at this time.
0 commit comments