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" ,
@@ -2180,6 +2186,24 @@ local icons_by_file_extension = {
2180
2186
cterm_color = " 31" ,
2181
2187
name = " Localization" ,
2182
2188
},
2189
+ [" qml" ] = {
2190
+ icon = " " ,
2191
+ color = " #40cd52" ,
2192
+ cterm_color = " 77" ,
2193
+ name = " Qt" ,
2194
+ },
2195
+ [" qrc" ] = {
2196
+ icon = " " ,
2197
+ color = " #40cd52" ,
2198
+ cterm_color = " 77" ,
2199
+ name = " Qt" ,
2200
+ },
2201
+ [" qss" ] = {
2202
+ icon = " " ,
2203
+ color = " #40cd52" ,
2204
+ cterm_color = " 77" ,
2205
+ name = " Qt" ,
2206
+ },
2183
2207
[" query" ] = {
2184
2208
icon = " " ,
2185
2209
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" ,
@@ -2180,6 +2186,24 @@ local icons_by_file_extension = {
2180
2186
cterm_color = " 24" ,
2181
2187
name = " Localization" ,
2182
2188
},
2189
+ [" qml" ] = {
2190
+ icon = " " ,
2191
+ color = " #2b8937" ,
2192
+ cterm_color = " 28" ,
2193
+ name = " Qt" ,
2194
+ },
2195
+ [" qrc" ] = {
2196
+ icon = " " ,
2197
+ color = " #2b8937" ,
2198
+ cterm_color = " 28" ,
2199
+ name = " Qt" ,
2200
+ },
2201
+ [" qss" ] = {
2202
+ icon = " " ,
2203
+ color = " #2b8937" ,
2204
+ cterm_color = " 28" ,
2205
+ name = " Qt" ,
2206
+ },
2183
2207
[" query" ] = {
2184
2208
icon = " " ,
2185
2209
color = " #607035" ,
You can’t perform that action at this time.
0 commit comments