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 = {
533533 cterm_color = " 214" ,
534534 name = " Py.typed" ,
535535 },
536+ [" QtProject.conf" ] = {
537+ icon = " " ,
538+ color = " #40cd52" ,
539+ cterm_color = " 77" ,
540+ name = " Qt" ,
541+ },
536542 [" r" ] = {
537543 icon = " " ,
538544 color = " #2266ba" ,
@@ -2180,6 +2186,24 @@ local icons_by_file_extension = {
21802186 cterm_color = " 31" ,
21812187 name = " Localization" ,
21822188 },
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+ },
21832207 [" query" ] = {
21842208 icon = " " ,
21852209 color = " #90a850" ,
Original file line number Diff line number Diff line change @@ -533,6 +533,12 @@ local icons_by_filename = {
533533 cterm_color = " 94" ,
534534 name = " Py.typed" ,
535535 },
536+ [" QtProject.conf" ] = {
537+ icon = " " ,
538+ color = " #2b8937" ,
539+ cterm_color = " 28" ,
540+ name = " Qt" ,
541+ },
536542 [" r" ] = {
537543 icon = " " ,
538544 color = " #1a4c8c" ,
@@ -2180,6 +2186,24 @@ local icons_by_file_extension = {
21802186 cterm_color = " 24" ,
21812187 name = " Localization" ,
21822188 },
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+ },
21832207 [" query" ] = {
21842208 icon = " " ,
21852209 color = " #607035" ,
You can’t perform that action at this time.
0 commit comments