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 5740b73 commit e021fafCopy full SHA for e021faf
lua/nvim-web-devicons/icons-default.lua
@@ -3983,6 +3983,12 @@ local icons_by_operating_system = {
3983
cterm_color = "91",
3984
name = "Endeavour",
3985
},
3986
+ ["feature"] = {
3987
+ icon = "",
3988
+ color = "#00a818",
3989
+ cterm_color = "34",
3990
+ name = "Feature",
3991
+ },
3992
["fedora"] = {
3993
icon = "",
3994
color = "#072a5e",
lua/nvim-web-devicons/icons-light.lua
cterm_color = "54",
+ color = "#007e12",
+ cterm_color = "28",
0 commit comments