Skip to content

Commit

Permalink
fix: update cjs & mjs icons (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronitkrshah authored Dec 31, 2023
1 parent 808627b commit 33e27b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions lua/nvim-web-devicons/icons-default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -477,9 +477,9 @@ local icons_by_file_extension = {
name = "Configuration",
},
["cjs"] = {
icon = "",
color = "#cbcb41",
cterm_color = "185",
icon = "󰌞",
color = "#F1F134",
cterm_color = "227",
name = "Cjs",
},
["clj"] = {
Expand Down Expand Up @@ -1143,9 +1143,9 @@ local icons_by_file_extension = {
name = "Mint",
},
["mjs"] = {
icon = "",
color = "#f1e05a",
cterm_color = "185",
icon = "󰌞",
color = "#F1F134",
cterm_color = "227",
name = "Mjs",
},
["mk"] = {
Expand Down
8 changes: 4 additions & 4 deletions lua/nvim-web-devicons/icons-light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -477,8 +477,8 @@ local icons_by_file_extension = {
name = "Configuration",
},
["cjs"] = {
icon = "",
color = "#666620",
icon = "󰌞",
color = "#505011",
cterm_color = "58",
name = "Cjs",
},
Expand Down Expand Up @@ -1143,8 +1143,8 @@ local icons_by_file_extension = {
name = "Mint",
},
["mjs"] = {
icon = "",
color = "#504b1e",
icon = "󰌞",
color = "#505011",
cterm_color = "58",
name = "Mjs",
},
Expand Down

0 comments on commit 33e27b8

Please sign in to comment.