Skip to content

Commit 6b2d69f

Browse files
authored
feat: add Jenkinsfile icon (#598)
1 parent c2599a8 commit 6b2d69f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ return {
5858
["Directory.Packages.props"] = { icon = "", color = "#00A2FF", cterm_color = "75", name = "PackagesProps" },
5959
["FreeCAD.conf"] = { icon = "", color = "#CB333B", cterm_color = "160", name = "FreeCADConfig" },
6060
["Gemfile"] = { icon = "", color = "#701516", cterm_color = "52", name = "Gemfile" },
61+
["Jenkinsfile"] = { icon = "", color = "#D33833", cterm_color = "160", name = "Jenkins" },
6162
["PKGBUILD"] = { icon = "", color = "#0F94D2", cterm_color = "67", name = "PKGBUILD" },
6263
["PrusaSlicer.ini"] = { icon = "", color = "#EC6B23", cterm_color = "202", name = "PrusaSlicer" },
6364
["PrusaSlicerGcodeViewer.ini"] = { icon = "", color = "#EC6B23", cterm_color = "202", name = "PrusaSlicer" },

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

Lines changed: 1 addition & 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)