Skip to content

Commit

Permalink
amend! feat: add some icons
Browse files Browse the repository at this point in the history
feat: add some icons Emacs

- Change git color to #f54d27
- Use same icons for cfg, conf and ini files
- Add tmux config files
- Add Tux icons to `a`, `ko` and `so` files
- Add Android icon to `android` and `apk` files
- Add down arrow icon for some download files
- Add library icon for `dll` and `lib` files
- Add Emacs icons for `el`, `elc` and `eln` files
- Add also env icon for `.env` files
- Add calendar icon for some files
- Add bin icons for `o` files
- Add +- icon for `diff` and `patch` files
- Add icon for `signature` file
  • Loading branch information
hasecilu committed Apr 21, 2024
1 parent 55cad63 commit 593fb39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions lua/nvim-web-devicons/icons-default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1245,13 +1245,13 @@ local icons_by_file_extension = {
name = "Elf",
},
["el"] = {
icon = "",
icon = "",
color = "#8172be",
cterm_color = "97",
name = "Elisp",
},
["elc"] = {
icon = "",
icon = "",
color = "#8172be",
cterm_color = "97",
name = "Elisp",
Expand All @@ -1263,7 +1263,7 @@ local icons_by_file_extension = {
name = "Elm",
},
["eln"] = {
icon = "",
icon = "",
color = "#8172be",
cterm_color = "97",
name = "Elisp",
Expand Down
6 changes: 3 additions & 3 deletions lua/nvim-web-devicons/icons-light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1245,13 +1245,13 @@ local icons_by_file_extension = {
name = "Elf",
},
["el"] = {
icon = "",
icon = "",
color = "#61568e",
cterm_color = "60",
name = "Elisp",
},
["elc"] = {
icon = "",
icon = "",
color = "#61568e",
cterm_color = "60",
name = "Elisp",
Expand All @@ -1263,7 +1263,7 @@ local icons_by_file_extension = {
name = "Elm",
},
["eln"] = {
icon = "",
icon = "",
color = "#61568e",
cterm_color = "60",
name = "Elisp",
Expand Down

0 comments on commit 593fb39

Please # to comment.