Skip to content

Commit 15c7d0f

Browse files
authored
feat: add icons for AUTHORS{,.txt} and index.theme files (#527)
1 parent 6317aca commit 15c7d0f

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

lua/nvim-web-devicons/icons-default.lua

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,18 @@ local icons_by_filename = {
323323
cterm_color = "28",
324324
name = "Vimrc",
325325
},
326+
["AUTHORS"] = {
327+
icon = "",
328+
color = "#A172FF",
329+
cterm_color = "135",
330+
name = "AUTHORS",
331+
},
332+
["AUTHORS.txt"] = {
333+
icon = "",
334+
color = "#A172FF",
335+
cterm_color = "135",
336+
name = "AUTHORS",
337+
},
326338
["avif"] = {
327339
icon = "",
328340
color = "#a074c4",
@@ -671,6 +683,12 @@ local icons_by_filename = {
671683
cterm_color = "255",
672684
name = "i3",
673685
},
686+
["index.theme"] = {
687+
icon = "",
688+
color = "#2DB96F",
689+
cterm_color = "35",
690+
name = "IndexTheme",
691+
},
674692
["ionic.config.json"] = {
675693
icon = "",
676694
color = "#4f8ff7",

lua/nvim-web-devicons/icons-light.lua

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,18 @@ local icons_by_filename = {
323323
cterm_color = "22",
324324
name = "Vimrc",
325325
},
326+
["AUTHORS"] = {
327+
icon = "",
328+
color = "#6b4caa",
329+
cterm_color = "61",
330+
name = "AUTHORS",
331+
},
332+
["AUTHORS.txt"] = {
333+
icon = "",
334+
color = "#6b4caa",
335+
cterm_color = "61",
336+
name = "AUTHORS",
337+
},
326338
["avif"] = {
327339
icon = "",
328340
color = "#6b4d83",
@@ -671,6 +683,12 @@ local icons_by_filename = {
671683
cterm_color = "236",
672684
name = "i3",
673685
},
686+
["index.theme"] = {
687+
icon = "",
688+
color = "#1e7b4a",
689+
cterm_color = "29",
690+
name = "IndexTheme",
691+
},
674692
["ionic.config.json"] = {
675693
icon = "",
676694
color = "#355fa5",

0 commit comments

Comments
 (0)