Skip to content

Commit 134afd4

Browse files
tapayne88Vladimír Dudr
authored and
Vladimír Dudr
committed
Fixed remaining nerdfont icons for v3
1 parent 9c2fae9 commit 134afd4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

lua/nvim-web-devicons-light.lua

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local icons_by_filename = {
22
[".babelrc"] = {
3-
icon = "",
3+
icon = "",
44
color = "#666620",
55
cterm_color = "58",
66
name = "Babelrc",
@@ -822,7 +822,7 @@ local icons_by_file_extension = {
822822
name = "Json",
823823
},
824824
["json5"] = {
825-
icon = "",
825+
icon = "",
826826
color = "#666620",
827827
cterm_color = "58",
828828
name = "Json5",
@@ -1014,7 +1014,7 @@ local icons_by_file_extension = {
10141014
name = "PackedResource",
10151015
},
10161016
["pdf"] = {
1017-
icon = "",
1017+
icon = "",
10181018
color = "#b30b00",
10191019
cterm_color = "124",
10201020
name = "Pdf",
@@ -1547,7 +1547,7 @@ local icons_by_file_extension = {
15471547
name = "Lock",
15481548
},
15491549
["log"] = {
1550-
icon = "",
1550+
icon = "󰌱",
15511551
color = "#333333",
15521552
cterm_color = "236",
15531553
name = "Log",

lua/nvim-web-devicons.lua

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- exact match by file name
22
local icons_by_filename = {
33
[".babelrc"] = {
4-
icon = "",
4+
icon = "",
55
color = "#cbcb41",
66
cterm_color = "185",
77
name = "Babelrc",
@@ -824,7 +824,7 @@ local icons_by_file_extension = {
824824
name = "Json",
825825
},
826826
["json5"] = {
827-
icon = "",
827+
icon = "",
828828
color = "#cbcb41",
829829
cterm_color = "185",
830830
name = "Json5",
@@ -1016,7 +1016,7 @@ local icons_by_file_extension = {
10161016
name = "PackedResource",
10171017
},
10181018
["pdf"] = {
1019-
icon = "",
1019+
icon = "",
10201020
color = "#b30b00",
10211021
cterm_color = "124",
10221022
name = "Pdf",
@@ -1549,7 +1549,7 @@ local icons_by_file_extension = {
15491549
name = "Lock",
15501550
},
15511551
["log"] = {
1552-
icon = "",
1552+
icon = "󰌱",
15531553
color = "#ffffff",
15541554
cterm_color = "231",
15551555
name = "Log",

0 commit comments

Comments
 (0)