Skip to content

Commit

Permalink
feat: add apl bqn (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tortus-exe authored Jul 27, 2024
1 parent e612de3 commit a2af6aa
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/nvim-web-devicons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,13 @@ end

-- Map of filetypes -> icon names
local filetypes = {
["apl"] = "apl",
["avif"] = "avif",
["bash"] = "bash",
["bib"] = "bib",
["bicep"] = "bicep",
["bicepparam"] = "bicepparam",
["bqn"] = "bqn",
["bzl"] = "bzl",
["brewfile"] = "brewfile",
["blueprint"] = "blp",
Expand Down
12 changes: 12 additions & 0 deletions lua/nvim-web-devicons/icons-default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,12 @@ local icons_by_file_extension = {
cterm_color = "39",
name = "MonkeysAudio",
},
["apl"] = {
icon = "",
color = "#ffa500",
cterm_color = "214",
name = "APL",
},
["ai"] = {
icon = "",
color = "#cbcb41",
Expand Down Expand Up @@ -1124,6 +1130,12 @@ local icons_by_file_extension = {
cterm_color = "140",
name = "Bmp",
},
["bqn"] = {
icon = "",
color = "#2b7067",
cterm_color = "23",
name = "BQN",
},
["blp"] = {
icon = "󰺾",
color = "#5796E2",
Expand Down
12 changes: 12 additions & 0 deletions lua/nvim-web-devicons/icons-light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,12 @@ local icons_by_file_extension = {
cterm_color = "24",
name = "MonkeysAudio",
},
["apl"] = {
icon = "",
color = "#805200",
cterm_color = "94",
name = "APL",
},
["ai"] = {
icon = "",
color = "#666620",
Expand Down Expand Up @@ -1124,6 +1130,12 @@ local icons_by_file_extension = {
cterm_color = "96",
name = "Bmp",
},
["bqn"] = {
icon = "",
color = "#20544d",
cterm_color = "23",
name = "BQN",
},
["blp"] = {
icon = "󰺾",
color = "#3a6497",
Expand Down

0 comments on commit a2af6aa

Please sign in to comment.