Skip to content

Commit

Permalink
feat: Use 'nf-custom-ada' for Ada files types
Browse files Browse the repository at this point in the history
  • Loading branch information
N committed Nov 25, 2024
1 parent 2832a48 commit 7ad1596
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions lua/nvim-web-devicons/icons-default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1023,13 +1023,13 @@ local icons_by_file_extension = {
name = "AdvancedAudioCoding",
},
["adb"] = {
icon = "󰆧",
icon = "",
color = "#22ffff",
cterm_color = "51",
name = "AdaBody",
},
["ads"] = {
icon = "󰨸",
icon = "",
color = "#ffffff",
cterm_color = "231",
name = "AdaSpecification",
Expand Down Expand Up @@ -1881,7 +1881,7 @@ local icons_by_file_extension = {
name = "GodotProject",
},
["gpr"] = {
icon = "󱍕",
icon = "",
color = "#FF33FF",
cterm_color = "201",
name = "GPRBuildProject",
Expand Down
6 changes: 3 additions & 3 deletions lua/nvim-web-devicons/icons-light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1023,13 +1023,13 @@ local icons_by_file_extension = {
name = "AdvancedAudioCoding",
},
["adb"] = {
icon = "󰆧",
icon = "",
color = "#118080",
cterm_color = "30",
name = "AdaBody",
},
["ads"] = {
icon = "󰨸",
icon = "",
color = "#333333",
cterm_color = "236",
name = "AdaSpecification",
Expand Down Expand Up @@ -1881,7 +1881,7 @@ local icons_by_file_extension = {
name = "GodotProject",
},
["gpr"] = {
icon = "󱍕",
icon = "",
color = "#aa22aa",
cterm_color = "127",
name = "GPRBuildProject",
Expand Down

0 comments on commit 7ad1596

Please sign in to comment.