Skip to content

Commit

Permalink
feat: add hyprpaper icons (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
pointless-existence authored Sep 28, 2024
1 parent 2622015 commit 1e5a2a7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lua/nvim-web-devicons/icons-default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,12 @@ local icons_by_filename = {
cterm_color = "37",
name = "Hyprlock",
},
["hyprpaper.conf"] = {
icon = "",
color = "#00aaae",
cterm_color = "37",
name = "Hyprpaper",
},
["i18n.config.js"] = {
icon = "󰗊",
color = "#7986cb",
Expand Down
6 changes: 6 additions & 0 deletions lua/nvim-web-devicons/icons-light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,12 @@ local icons_by_filename = {
cterm_color = "30",
name = "Hyprlock",
},
["hyprpaper.conf"] = {
icon = "",
color = "#008082",
cterm_color = "30",
name = "Hyprpaper",
},
["i18n.config.js"] = {
icon = "󰗊",
color = "#515987",
Expand Down

0 comments on commit 1e5a2a7

Please sign in to comment.