Skip to content

Commit 49a4e82

Browse files
feat: add blade icon (#442)
Co-authored-by: Alexander Courtis <alex@courtis.org>
1 parent 6e35563 commit 49a4e82

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,12 @@ local icons_by_file_extension = {
776776
cterm_color = "124",
777777
name = "Bin",
778778
},
779+
["blade.php"] = {
780+
icon = "",
781+
color = "#f05340",
782+
cterm_color = "203",
783+
name = "Blade",
784+
},
779785
["blend"] = {
780786
icon = "󰂫",
781787
color = "#ea7600",

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,12 @@ local icons_by_file_extension = {
776776
cterm_color = "124",
777777
name = "Bin",
778778
},
779+
["blade.php"] = {
780+
icon = "",
781+
color = "#a0372b",
782+
cterm_color = "124",
783+
name = "Blade",
784+
},
779785
["blend"] = {
780786
icon = "󰂫",
781787
color = "#9c4f00",

0 commit comments

Comments
 (0)