Skip to content

Commit

Permalink
nonicons, nerdicons: Use license icon for COPYING (#355)
Browse files Browse the repository at this point in the history
* nonicons, nerdicons: Use license icon for COPYING

* Bump nonicons, nerdicons versions

* Format `nerdicons` copying icon

Co-authored-by: Guldoman <[email protected]>

---------

Co-authored-by: Guldoman <[email protected]>
  • Loading branch information
kra-mo and Guldoman authored Mar 5, 2024
1 parent 7b72fe8 commit 310f6f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1481,7 +1481,7 @@
},
{
"description": "File icons set for TreeView. Modification of the [nonicons](plugins/nonicons.lua) plugin. Uses [NerdFont](https://www.nerdfonts.com/) icons",
"version": "1.2.1",
"version": "1.2.2",
"type": "plugin",
"path": "plugins/nerdicons.lua",
"id": "nerdicons",
Expand All @@ -1500,7 +1500,7 @@
},
{
"description": "File icons set for TreeView. Uses the [Nonicons](https://github.com/yamatsum/nonicons/) font",
"version": "0.4",
"version": "0.4.1",
"path": "plugins/nonicons.lua",
"id": "nonicons",
"mod_version": "3",
Expand Down
1 change: 1 addition & 0 deletions plugins/nerdicons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ local known_filenames_icons = {
[".gitmodules"] = { "#cc3e56", "dev-git" },
["PKGBUILD"] = { "#6d8ccc", "md-package" },
["license"] = { "#d0bf41", "seti-license" },
["copying"] = { "#d0bf41", "seti-license" },
["makefile"] = { "#d0bf41", "dev-gnu" },
["cmakelists.txt"] = { "#cc3e55", "md-triangle_outline" },
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/nonicons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ local known_names_icons = {
["makefile"] = { "#6d8086", "terminal-16" },
["dockerfile"] = { "#296478", "docker-16" },
["docker-compose.yml"] = { "#4289a1", "docker-16" },
["license"] = { "#d0bf41", "file-badge-16" },
["license"] = { "#d0bf41", "file-badge-16" }, ["copying"] = { "#d0bf41", "file-badge-16" },
["cmakelists.txt"] = { "#6d8086", "gear-16" },
["readme.md"] = { "#72b886", "file-16" }, ["readme"] = { "#72b886", "file-16" },
["init.lua"] = { "#2d6496", "lua-16" },
Expand Down

0 comments on commit 310f6f9

Please sign in to comment.