File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -1904,6 +1904,24 @@ local icons_by_file_extension = {
1904
1904
cterm_color = " 39" ,
1905
1905
name = " Pyx" ,
1906
1906
},
1907
+ [" qml" ] = {
1908
+ icon = " " ,
1909
+ color = " #40cd52" ,
1910
+ cterm_color = " 77" ,
1911
+ name = " Qt" ,
1912
+ },
1913
+ [" qrc" ] = {
1914
+ icon = " " ,
1915
+ color = " #40cd52" ,
1916
+ cterm_color = " 77" ,
1917
+ name = " Qt" ,
1918
+ },
1919
+ [" qss" ] = {
1920
+ icon = " " ,
1921
+ color = " #40cd52" ,
1922
+ cterm_color = " 77" ,
1923
+ name = " Qt" ,
1924
+ },
1907
1925
[" query" ] = {
1908
1926
icon = " " ,
1909
1927
color = " #90a850" ,
Original file line number Diff line number Diff line change @@ -1904,6 +1904,24 @@ local icons_by_file_extension = {
1904
1904
cterm_color = " 24" ,
1905
1905
name = " Pyx" ,
1906
1906
},
1907
+ [" qml" ] = {
1908
+ icon = " " ,
1909
+ color = " #2b8937" ,
1910
+ cterm_color = " 28" ,
1911
+ name = " Qt" ,
1912
+ },
1913
+ [" qrc" ] = {
1914
+ icon = " " ,
1915
+ color = " #2b8937" ,
1916
+ cterm_color = " 28" ,
1917
+ name = " Qt" ,
1918
+ },
1919
+ [" qss" ] = {
1920
+ icon = " " ,
1921
+ color = " #2b8937" ,
1922
+ cterm_color = " 28" ,
1923
+ name = " Qt" ,
1924
+ },
1907
1925
[" query" ] = {
1908
1926
icon = " " ,
1909
1927
color = " #607035" ,
You can’t perform that action at this time.
0 commit comments