Skip to content

Commit

Permalink
feat: swap light and dark mode HTTP colors
Browse files Browse the repository at this point in the history
  • Loading branch information
mawkler committed Sep 19, 2024
1 parent 5939b1c commit 2150c46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lua/nvim-web-devicons/icons-default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3757,8 +3757,8 @@ local icons_by_operating_system = {
},
["http"] = {
icon = "",
color = "#005b9c",
cterm_color = "32",
color = "#008ec7",
cterm_color = "38",
name = "HTTP",
},
["illumos"] = {
Expand Down
4 changes: 2 additions & 2 deletions lua/nvim-web-devicons/icons-light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3757,8 +3757,8 @@ local icons_by_operating_system = {
},
["http"] = {
icon = "",
color = "#008ec7",
cterm_color = "38",
color = "#005b9c",
cterm_color = "32",
name = "HTTP",
},
["illumos"] = {
Expand Down

0 comments on commit 2150c46

Please sign in to comment.