Skip to content

Commit 3b83fdd

Browse files
feat: add http (#497)
* feat: add http * feat: swap light and dark mode HTTP colors * fix: move http icon to icons_by_file_extension * fix: auto generate http colors --------- Co-authored-by: Alexander Courtis <[email protected]>
1 parent 31bd21a commit 3b83fdd

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1964,6 +1964,12 @@ local icons_by_file_extension = {
19641964
cterm_color = "140",
19651965
name = "Hs",
19661966
},
1967+
["http"] = {
1968+
icon = "",
1969+
color = "#008ec7",
1970+
cterm_color = "31",
1971+
name = "HTTP",
1972+
},
19671973
["htm"] = {
19681974
icon = "",
19691975
color = "#e34c26",

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

Lines changed: 6 additions & 0 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",

0 commit comments

Comments
 (0)