Skip to content

Commit 97b2453

Browse files
ofseedalex-courtis
andauthored
revert: revert js, cjs and mjs icons (#377)
808627b 'fix: update js icon (#366)' 33e27b8 'fix: update cjs & mjs icons (#368)' Co-authored-by: Alexander Courtis <alex@courtis.org>
1 parent 6207912 commit 97b2453

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
@@ -567,9 +567,9 @@ local icons_by_file_extension = {
567567
name = "Configuration",
568568
},
569569
["cjs"] = {
570-
icon = "󰌞",
571-
color = "#F1F134",
572-
cterm_color = "227",
570+
icon = "",
571+
color = "#cbcb41",
572+
cterm_color = "185",
573573
name = "Cjs",
574574
},
575575
["clj"] = {
@@ -1125,9 +1125,9 @@ local icons_by_file_extension = {
11251125
name = "Jpg",
11261126
},
11271127
["js"] = {
1128-
icon = "󰌞",
1129-
color = "#F1F134",
1130-
cterm_color = "227",
1128+
icon = "",
1129+
color = "#cbcb41",
1130+
cterm_color = "185",
11311131
name = "Js",
11321132
},
11331133
["json"] = {
@@ -1293,9 +1293,9 @@ local icons_by_file_extension = {
12931293
name = "Mint",
12941294
},
12951295
["mjs"] = {
1296-
icon = "󰌞",
1297-
color = "#F1F134",
1298-
cterm_color = "227",
1296+
icon = "",
1297+
color = "#f1e05a",
1298+
cterm_color = "185",
12991299
name = "Mjs",
13001300
},
13011301
["mk"] = {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -567,8 +567,8 @@ local icons_by_file_extension = {
567567
name = "Configuration",
568568
},
569569
["cjs"] = {
570-
icon = "󰌞",
571-
color = "#505011",
570+
icon = "",
571+
color = "#666620",
572572
cterm_color = "58",
573573
name = "Cjs",
574574
},
@@ -1125,8 +1125,8 @@ local icons_by_file_extension = {
11251125
name = "Jpg",
11261126
},
11271127
["js"] = {
1128-
icon = "󰌞",
1129-
color = "#505011",
1128+
icon = "",
1129+
color = "#666620",
11301130
cterm_color = "58",
11311131
name = "Js",
11321132
},
@@ -1293,8 +1293,8 @@ local icons_by_file_extension = {
12931293
name = "Mint",
12941294
},
12951295
["mjs"] = {
1296-
icon = "󰌞",
1297-
color = "#505011",
1296+
icon = "",
1297+
color = "#504b1e",
12981298
cterm_color = "58",
12991299
name = "Mjs",
13001300
},

0 commit comments

Comments
 (0)