File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -473,6 +473,24 @@ local icons_by_filename = {
473
473
cterm_color = " 68" ,
474
474
name = " Dockerfile" ,
475
475
},
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
+ },
476
494
[" eslint.config.cjs" ] = {
477
495
icon = " " ,
478
496
color = " #4b32c3" ,
Original file line number Diff line number Diff line change @@ -473,6 +473,24 @@ local icons_by_filename = {
473
473
cterm_color = " 25" ,
474
474
name = " Dockerfile" ,
475
475
},
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
+ },
476
494
[" eslint.config.cjs" ] = {
477
495
icon = " " ,
478
496
color = " #4b32c3" ,
You can’t perform that action at this time.
0 commit comments