Skip to content

Commit

Permalink
feat: add gleam (#482)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Courtis <[email protected]>
  • Loading branch information
dmmulroy and alex-courtis authored Jul 20, 2024
1 parent 5c4bda0 commit 104ed08
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lua/nvim-web-devicons/icons-default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ local icons_by_filename = {
cterm_color = "196",
name = "GitModules",
},
[".gleam"] = {
icon = "",
color = "#ffaff3",
cterm_color = "219",
name = "Gleam",
},
[".gtkrc-2.0"] = {
icon = "",
color = "#ffffff",
Expand Down
6 changes: 6 additions & 0 deletions lua/nvim-web-devicons/icons-light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ local icons_by_filename = {
cterm_color = "160",
name = "GitModules",
},
[".gleam"] = {
icon = "",
color = "#553a51",
cterm_color = "53",
name = "Gleam",
},
[".gtkrc-2.0"] = {
icon = "",
color = "#333333",
Expand Down

0 comments on commit 104ed08

Please sign in to comment.