diff options
author | kramo <93832451+kra-mo@users.noreply.github.com> | 2024-03-05 21:52:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-05 21:52:46 +0100 |
commit | 310f6f92a9fbb32664d8b3f56a04891d97c6199c (patch) | |
tree | 5cf8a9935cd321d4fd4f6ca702644dab76c777d0 /plugins/nonicons.lua | |
parent | 7b72fe8e53998290e473102b17d12bf6045ca444 (diff) | |
download | lite-xl-plugins-310f6f92a9fbb32664d8b3f56a04891d97c6199c.tar.gz lite-xl-plugins-310f6f92a9fbb32664d8b3f56a04891d97c6199c.zip |
nonicons, nerdicons: Use license icon for COPYING (#355)
* nonicons, nerdicons: Use license icon for COPYING
* Bump nonicons, nerdicons versions
* Format `nerdicons` copying icon
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
---------
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
Diffstat (limited to 'plugins/nonicons.lua')
-rw-r--r-- | plugins/nonicons.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/nonicons.lua b/plugins/nonicons.lua index c47fb75..82a0242 100644 --- a/plugins/nonicons.lua +++ b/plugins/nonicons.lua @@ -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" }, |