Skip to content

Commit 33e27b8

Browse files
authored
fix: update cjs & mjs icons (#368)
1 parent 808627b commit 33e27b8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -477,9 +477,9 @@ local icons_by_file_extension = {
477477
name = "Configuration",
478478
},
479479
["cjs"] = {
480-
icon = "",
481-
color = "#cbcb41",
482-
cterm_color = "185",
480+
icon = "󰌞",
481+
color = "#F1F134",
482+
cterm_color = "227",
483483
name = "Cjs",
484484
},
485485
["clj"] = {
@@ -1143,9 +1143,9 @@ local icons_by_file_extension = {
11431143
name = "Mint",
11441144
},
11451145
["mjs"] = {
1146-
icon = "",
1147-
color = "#f1e05a",
1148-
cterm_color = "185",
1146+
icon = "󰌞",
1147+
color = "#F1F134",
1148+
cterm_color = "227",
11491149
name = "Mjs",
11501150
},
11511151
["mk"] = {

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -477,8 +477,8 @@ local icons_by_file_extension = {
477477
name = "Configuration",
478478
},
479479
["cjs"] = {
480-
icon = "",
481-
color = "#666620",
480+
icon = "󰌞",
481+
color = "#505011",
482482
cterm_color = "58",
483483
name = "Cjs",
484484
},
@@ -1143,8 +1143,8 @@ local icons_by_file_extension = {
11431143
name = "Mint",
11441144
},
11451145
["mjs"] = {
1146-
icon = "",
1147-
color = "#504b1e",
1146+
icon = "󰌞",
1147+
color = "#505011",
11481148
cterm_color = "58",
11491149
name = "Mjs",
11501150
},

0 commit comments

Comments
 (0)