Skip to content

Commit a851380

Browse files
authored
fix: update rust icon (#415)
Replaces `nf-dev-rust` icon with `nf-md-language_rust` as it renders better on the Kitty terminal.
1 parent 75df79f commit a851380

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1569,7 +1569,7 @@ local icons_by_file_extension = {
15691569
name = "Rproj",
15701570
},
15711571
["rs"] = {
1572-
icon = "",
1572+
icon = "",
15731573
color = "#dea584",
15741574
cterm_color = "216",
15751575
name = "Rs",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1569,7 +1569,7 @@ local icons_by_file_extension = {
15691569
name = "Rproj",
15701570
},
15711571
["rs"] = {
1572-
icon = "",
1572+
icon = "",
15731573
color = "#6f5242",
15741574
cterm_color = "95",
15751575
name = "Rs",

0 commit comments

Comments
 (0)