Skip to content

Commit

Permalink
Fixed remaining nerdfont icons for v3
Browse files Browse the repository at this point in the history
  • Loading branch information
tapayne88 committed May 3, 2023
1 parent 611f610 commit d8f6615
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions lua/nvim-web-devicons-light.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local icons_by_filename = {
[".babelrc"] = {
icon = "",
icon = "",
color = "#666620",
cterm_color = "58",
name = "Babelrc",
Expand Down Expand Up @@ -822,7 +822,7 @@ local icons_by_file_extension = {
name = "Json",
},
["json5"] = {
icon = "",
icon = "",
color = "#666620",
cterm_color = "58",
name = "Json5",
Expand Down Expand Up @@ -1014,7 +1014,7 @@ local icons_by_file_extension = {
name = "PackedResource",
},
["pdf"] = {
icon = "",
icon = "",
color = "#b30b00",
cterm_color = "124",
name = "Pdf",
Expand Down Expand Up @@ -1547,7 +1547,7 @@ local icons_by_file_extension = {
name = "Lock",
},
["log"] = {
icon = "",
icon = "󰌱",
color = "#333333",
cterm_color = "236",
name = "Log",
Expand Down
8 changes: 4 additions & 4 deletions lua/nvim-web-devicons.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- exact match by file name
local icons_by_filename = {
[".babelrc"] = {
icon = "",
icon = "",
color = "#cbcb41",
cterm_color = "185",
name = "Babelrc",
Expand Down Expand Up @@ -824,7 +824,7 @@ local icons_by_file_extension = {
name = "Json",
},
["json5"] = {
icon = "",
icon = "",
color = "#cbcb41",
cterm_color = "185",
name = "Json5",
Expand Down Expand Up @@ -1016,7 +1016,7 @@ local icons_by_file_extension = {
name = "PackedResource",
},
["pdf"] = {
icon = "",
icon = "",
color = "#b30b00",
cterm_color = "124",
name = "Pdf",
Expand Down Expand Up @@ -1549,7 +1549,7 @@ local icons_by_file_extension = {
name = "Lock",
},
["log"] = {
icon = "",
icon = "󰌱",
color = "#ffffff",
cterm_color = "231",
name = "Log",
Expand Down

0 comments on commit d8f6615

Please sign in to comment.