Skip to content

Commit 4adeeaa

Browse files
authored
feat: add msbuild configuration icons (#537)
1 parent f82b13c commit 4adeeaa

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,24 @@ local icons_by_filename = {
473473
cterm_color = "68",
474474
name = "Dockerfile",
475475
},
476+
["Directory.Packages.props"] = {
477+
icon = "",
478+
color = "#00a2ff",
479+
cterm_color = "75",
480+
name = "PackagesProps",
481+
},
482+
["Directory.Build.targets"] = {
483+
icon = "",
484+
color = "#00a2ff",
485+
cterm_color = "75",
486+
name = "BuildTargets",
487+
},
488+
["Directory.Build.props"] = {
489+
icon = "",
490+
color = "#00a2ff",
491+
cterm_color = "75",
492+
name = "BuildProps",
493+
},
476494
["eslint.config.cjs"] = {
477495
icon = "",
478496
color = "#4b32c3",

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,24 @@ local icons_by_filename = {
473473
cterm_color = "25",
474474
name = "Dockerfile",
475475
},
476+
["Directory.Packages.props"] = {
477+
icon = "",
478+
color = "#007abf",
479+
cterm_color = "32",
480+
name = "PackagesProps",
481+
},
482+
["Directory.Build.targets"] = {
483+
icon = "",
484+
color = "#007abf",
485+
cterm_color = "32",
486+
name = "BuildTargets",
487+
},
488+
["Directory.Build.props"] = {
489+
icon = "",
490+
color = "#007abf",
491+
cterm_color = "32",
492+
name = "BuildProps",
493+
},
476494
["eslint.config.cjs"] = {
477495
icon = "",
478496
color = "#4b32c3",

0 commit comments

Comments
 (0)