Skip to content

Commit

Permalink
Add README icons
Browse files Browse the repository at this point in the history
  • Loading branch information
DreepyYunky committed Jan 15, 2024
1 parent 140edfc commit b19b1a5
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
24 changes: 24 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,30 @@ local icons_by_filename = {
cterm_color = "52",
name = "Rakefile",
},
["README.md"] = {
icon = "󰋼",
color = "#701516",
cterm_color = "52",
name = "Readme",
},
["README.txt"] = {
icon = "󰋼",
color = "#701516",
cterm_color = "52",
name = "Readme",
},
["ReadMe.txt"] = {
icon = "󰋼",
color = "#701516",
cterm_color = "52",
name = "Readme",
},
["ReadMe.md"] = {
icon = "󰋼",
color = "#701516",
cterm_color = "52",
name = "Readme",
},
["rmd"] = {
icon = "",
color = "#519aba",
Expand Down
24 changes: 24 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,30 @@ local icons_by_filename = {
cterm_color = "52",
name = "Rakefile",
},
["README.md"] = {
icon = "󰋼",
color = "#701516",
cterm_color = "52",
name = "Readme",
},
["README.txt"] = {
icon = "󰋼",
color = "#701516",
cterm_color = "52",
name = "Readme",
},
["ReadMe.txt"] = {
icon = "󰋼",
color = "#701516",
cterm_color = "52",
name = "Readme",
},
["ReadMe.md"] = {
icon = "󰋼",
color = "#701516",
cterm_color = "52",
name = "Readme",
},
["rmd"] = {
icon = "",
color = "#36677c",
Expand Down

0 comments on commit b19b1a5

Please sign in to comment.