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 2622015 commit 1e5a2a7Copy full SHA for 1e5a2a7
lua/nvim-web-devicons/icons-default.lua
@@ -593,6 +593,12 @@ local icons_by_filename = {
593
cterm_color = "37",
594
name = "Hyprlock",
595
},
596
+ ["hyprpaper.conf"] = {
597
+ icon = "",
598
+ color = "#00aaae",
599
+ cterm_color = "37",
600
+ name = "Hyprpaper",
601
+ },
602
["i18n.config.js"] = {
603
icon = "",
604
color = "#7986cb",
lua/nvim-web-devicons/icons-light.lua
cterm_color = "30",
+ color = "#008082",
+ cterm_color = "30",
color = "#515987",
0 commit comments