Skip to content

Commit

Permalink
fix: update ts, cts, mts and tsconfig.json icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ofseed committed Jan 12, 2024
1 parent db0c864 commit be51a12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions lua/nvim-web-devicons/icons-default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ local icons_by_filename = {
name = "SvelteConfig",
},
["tsconfig.json"] = {
icon = "",
icon = "",
color = "#519aba",
cterm_color = "74",
name = "TSConfig",
Expand Down Expand Up @@ -615,7 +615,7 @@ local icons_by_file_extension = {
name = "Csv",
},
["cts"] = {
icon = "",
icon = "󰛦",
color = "#519aba",
cterm_color = "74",
name = "Cts",
Expand Down Expand Up @@ -1203,7 +1203,7 @@ local icons_by_file_extension = {
name = "Mp4",
},
["mts"] = {
icon = "",
icon = "󰛦",
color = "#519aba",
cterm_color = "74",
name = "Mts",
Expand Down Expand Up @@ -1713,7 +1713,7 @@ local icons_by_file_extension = {
name = "TextResource",
},
["ts"] = {
icon = "",
icon = "󰛦",
color = "#519aba",
cterm_color = "74",
name = "Ts",
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 @@ -336,7 +336,7 @@ local icons_by_filename = {
name = "SvelteConfig",
},
["tsconfig.json"] = {
icon = "",
icon = "",
color = "#36677c",
cterm_color = "24",
name = "TSConfig",
Expand Down Expand Up @@ -615,7 +615,7 @@ local icons_by_file_extension = {
name = "Csv",
},
["cts"] = {
icon = "",
icon = "󰛦",
color = "#36677c",
cterm_color = "24",
name = "Cts",
Expand Down Expand Up @@ -1203,7 +1203,7 @@ local icons_by_file_extension = {
name = "Mp4",
},
["mts"] = {
icon = "",
icon = "󰛦",
color = "#36677c",
cterm_color = "24",
name = "Mts",
Expand Down Expand Up @@ -1713,7 +1713,7 @@ local icons_by_file_extension = {
name = "TextResource",
},
["ts"] = {
icon = "",
icon = "󰛦",
color = "#36677c",
cterm_color = "24",
name = "Ts",
Expand Down

0 comments on commit be51a12

Please sign in to comment.