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 313d9e7 commit 55e956fCopy full SHA for 55e956f
lua/nvim-web-devicons/icons-default.lua
@@ -389,6 +389,12 @@ local icons_by_filename = {
389
cterm_color = "113",
390
name = "BazelWorkspace",
391
},
392
+ ["build.zig.zon"] = {
393
+ icon = "",
394
+ color = "#f69a1b",
395
+ cterm_color = "172",
396
+ name = "Zig Object Notation",
397
+ },
398
}
399
400
local icons_by_file_extension = {
lua/nvim-web-devicons/icons-light.lua
cterm_color = "22",
+ color = "#7b4d0e",
+ cterm_color = "94",
0 commit comments