Skip to content

Commit d360317

Browse files
feat: add svgz and tmpl icons (#587)
* feat: add svgz and tmpl icons Svgz files are Gzipped compressed SVG files. Template files ending in tmpl are Chezmoi templates. Let me know if I should use different icons for these. * fix: ci * fix: ci colors * fix: ci * Use existing icons and colours for svgz and tmpl --------- Co-authored-by: Alexander Courtis <[email protected]>
1 parent f142072 commit d360317

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ return {
400400
["sv"] = { icon = "󰍛", color = "#019833", cterm_color = "28", name = "SystemVerilog" },
401401
["svelte"] = { icon = "", color = "#FF3E00", cterm_color = "196", name = "Svelte" },
402402
["svg"] = { icon = "󰜡", color = "#FFB13B", cterm_color = "214", name = "Svg" },
403+
["svgz"] = { icon = "󰜡", color = "#FFB13B", cterm_color = "214", name = "Svgz" },
403404
["svh"] = { icon = "󰍛", color = "#019833", cterm_color = "28", name = "SystemVerilog" },
404405
["swift"] = { icon = "", color = "#E37933", cterm_color = "166", name = "Swift" },
405406
["t"] = { icon = "", color = "#519ABA", cterm_color = "74", name = "Tor" },
@@ -415,6 +416,7 @@ return {
415416
["tf"] = { icon = "", color = "#5F43E9", cterm_color = "93", name = "Terraform" },
416417
["tfvars"] = { icon = "", color = "#5F43E9", cterm_color = "93", name = "TFVars" },
417418
["tgz"] = { icon = "", color = "#ECA517", cterm_color = "214", name = "Tgz" },
419+
["tmpl"] = { icon = "", color = "#DBBD30", cterm_color = "178", name = "Template" },
418420
["tmux"] = { icon = "", color = "#14BA19", cterm_color = "34", name = "Tmux" },
419421
["toml"] = { icon = "", color = "#9C4221", cterm_color = "124", name = "Toml" },
420422
["torrent"] = { icon = "", color = "#44CDA8", cterm_color = "43", name = "Torrent" },

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

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)