File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1967,7 +1967,7 @@ local icons_by_file_extension = {
1967
1967
[" http" ] = {
1968
1968
icon = " " ,
1969
1969
color = " #008ec7" ,
1970
- cterm_color = " 38 " ,
1970
+ cterm_color = " 31 " ,
1971
1971
name = " HTTP" ,
1972
1972
},
1973
1973
[" htm" ] = {
Original file line number Diff line number Diff line change @@ -1964,6 +1964,12 @@ local icons_by_file_extension = {
1964
1964
cterm_color = " 96" ,
1965
1965
name = " Hs" ,
1966
1966
},
1967
+ [" http" ] = {
1968
+ icon = " " ,
1969
+ color = " #006a95" ,
1970
+ cterm_color = " 24" ,
1971
+ name = " HTTP" ,
1972
+ },
1967
1973
[" htm" ] = {
1968
1974
icon = " " ,
1969
1975
color = " #aa391c" ,
@@ -3755,12 +3761,6 @@ local icons_by_operating_system = {
3755
3761
cterm_color = " 238" ,
3756
3762
name = " HyperbolaGNULinuxLibre" ,
3757
3763
},
3758
- [" http" ] = {
3759
- icon = " " ,
3760
- color = " #005b9c" ,
3761
- cterm_color = " 32" ,
3762
- name = " HTTP" ,
3763
- },
3764
3764
[" illumos" ] = {
3765
3765
icon = " " ,
3766
3766
color = " #bf320b" ,
You can’t perform that action at this time.
0 commit comments