Skip to content

Commit db46f29

Browse files
committed
fix: auto generate http colors
1 parent d1125b2 commit db46f29

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

lua/nvim-web-devicons/icons-default.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1967,7 +1967,7 @@ local icons_by_file_extension = {
19671967
["http"] = {
19681968
icon = "",
19691969
color = "#008ec7",
1970-
cterm_color = "38",
1970+
cterm_color = "31",
19711971
name = "HTTP",
19721972
},
19731973
["htm"] = {

lua/nvim-web-devicons/icons-light.lua

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1964,6 +1964,12 @@ local icons_by_file_extension = {
19641964
cterm_color = "96",
19651965
name = "Hs",
19661966
},
1967+
["http"] = {
1968+
icon = "",
1969+
color = "#006a95",
1970+
cterm_color = "24",
1971+
name = "HTTP",
1972+
},
19671973
["htm"] = {
19681974
icon = "",
19691975
color = "#aa391c",
@@ -3755,12 +3761,6 @@ local icons_by_operating_system = {
37553761
cterm_color = "238",
37563762
name = "HyperbolaGNULinuxLibre",
37573763
},
3758-
["http"] = {
3759-
icon = "",
3760-
color = "#005b9c",
3761-
cterm_color = "32",
3762-
name = "HTTP",
3763-
},
37643764
["illumos"] = {
37653765
icon = "",
37663766
color = "#bf320b",

0 commit comments

Comments
 (0)