We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e35563 commit 49a4e82Copy full SHA for 49a4e82
lua/nvim-web-devicons/icons-default.lua
@@ -776,6 +776,12 @@ local icons_by_file_extension = {
776
cterm_color = "124",
777
name = "Bin",
778
},
779
+ ["blade.php"] = {
780
+ icon = "",
781
+ color = "#f05340",
782
+ cterm_color = "203",
783
+ name = "Blade",
784
+ },
785
["blend"] = {
786
icon = "",
787
color = "#ea7600",
lua/nvim-web-devicons/icons-light.lua
+ color = "#a0372b",
+ cterm_color = "124",
color = "#9c4f00",
0 commit comments