We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31bd21a commit 3b83fddCopy full SHA for 3b83fdd
lua/nvim-web-devicons/icons-default.lua
@@ -1964,6 +1964,12 @@ local icons_by_file_extension = {
1964
cterm_color = "140",
1965
name = "Hs",
1966
},
1967
+ ["http"] = {
1968
+ icon = "",
1969
+ color = "#008ec7",
1970
+ cterm_color = "31",
1971
+ name = "HTTP",
1972
+ },
1973
["htm"] = {
1974
icon = "",
1975
color = "#e34c26",
lua/nvim-web-devicons/icons-light.lua
cterm_color = "96",
+ color = "#006a95",
+ cterm_color = "24",
color = "#aa391c",
0 commit comments