Skip to content

Commit e69de7b

Browse files
committed
revert: revert js, cjs and mjs icons
808627b 'fix: update js icon (nvim-tree#366)' 33e27b8 'fix: update cjs & mjs icons (nvim-tree#368)'
1 parent db0c864 commit e69de7b

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -483,9 +483,9 @@ local icons_by_file_extension = {
483483
name = "Configuration",
484484
},
485485
["cjs"] = {
486-
icon = "󰌞",
487-
color = "#F1F134",
488-
cterm_color = "227",
486+
icon = "",
487+
color = "#cbcb41",
488+
cterm_color = "185",
489489
name = "Cjs",
490490
},
491491
["clj"] = {
@@ -993,9 +993,9 @@ local icons_by_file_extension = {
993993
name = "Jpg",
994994
},
995995
["js"] = {
996-
icon = "󰌞",
997-
color = "#F1F134",
998-
cterm_color = "227",
996+
icon = "",
997+
color = "#cbcb41",
998+
cterm_color = "185",
999999
name = "Js",
10001000
},
10011001
["json"] = {
@@ -1149,9 +1149,9 @@ local icons_by_file_extension = {
11491149
name = "Mint",
11501150
},
11511151
["mjs"] = {
1152-
icon = "󰌞",
1153-
color = "#F1F134",
1154-
cterm_color = "227",
1152+
icon = "",
1153+
color = "#f1e05a",
1154+
cterm_color = "185",
11551155
name = "Mjs",
11561156
},
11571157
["mk"] = {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -483,8 +483,8 @@ local icons_by_file_extension = {
483483
name = "Configuration",
484484
},
485485
["cjs"] = {
486-
icon = "󰌞",
487-
color = "#505011",
486+
icon = "",
487+
color = "#666620",
488488
cterm_color = "58",
489489
name = "Cjs",
490490
},
@@ -993,8 +993,8 @@ local icons_by_file_extension = {
993993
name = "Jpg",
994994
},
995995
["js"] = {
996-
icon = "󰌞",
997-
color = "#505011",
996+
icon = "",
997+
color = "#666620",
998998
cterm_color = "58",
999999
name = "Js",
10001000
},
@@ -1149,8 +1149,8 @@ local icons_by_file_extension = {
11491149
name = "Mint",
11501150
},
11511151
["mjs"] = {
1152-
icon = "󰌞",
1153-
color = "#505011",
1152+
icon = "",
1153+
color = "#504b1e",
11541154
cterm_color = "58",
11551155
name = "Mjs",
11561156
},

0 commit comments

Comments
 (0)