Skip to content

Commit

Permalink
feat: add icons for AUTHORS{,.txt} and index.theme files (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
hasecilu authored Dec 22, 2024
1 parent 6317aca commit 15c7d0f
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions lua/nvim-web-devicons/icons-default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,18 @@ local icons_by_filename = {
cterm_color = "28",
name = "Vimrc",
},
["AUTHORS"] = {
icon = "",
color = "#A172FF",
cterm_color = "135",
name = "AUTHORS",
},
["AUTHORS.txt"] = {
icon = "",
color = "#A172FF",
cterm_color = "135",
name = "AUTHORS",
},
["avif"] = {
icon = "",
color = "#a074c4",
Expand Down Expand Up @@ -671,6 +683,12 @@ local icons_by_filename = {
cterm_color = "255",
name = "i3",
},
["index.theme"] = {
icon = "",
color = "#2DB96F",
cterm_color = "35",
name = "IndexTheme",
},
["ionic.config.json"] = {
icon = "",
color = "#4f8ff7",
Expand Down
18 changes: 18 additions & 0 deletions lua/nvim-web-devicons/icons-light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,18 @@ local icons_by_filename = {
cterm_color = "22",
name = "Vimrc",
},
["AUTHORS"] = {
icon = "",
color = "#6b4caa",
cterm_color = "61",
name = "AUTHORS",
},
["AUTHORS.txt"] = {
icon = "",
color = "#6b4caa",
cterm_color = "61",
name = "AUTHORS",
},
["avif"] = {
icon = "",
color = "#6b4d83",
Expand Down Expand Up @@ -671,6 +683,12 @@ local icons_by_filename = {
cterm_color = "236",
name = "i3",
},
["index.theme"] = {
icon = "",
color = "#1e7b4a",
cterm_color = "29",
name = "IndexTheme",
},
["ionic.config.json"] = {
icon = "",
color = "#355fa5",
Expand Down

0 comments on commit 15c7d0f

Please sign in to comment.