style(icons): add more custom icons for file browser

This commit is contained in:
2024-11-26 16:31:25 -05:00
parent 6d1c759107
commit 4663c8c368
@@ -21,11 +21,19 @@ return {
color = '#f1502f',
name = 'Gitignore',
},
['nvim'] = {
icon = '',
name = 'nvim',
color = '#a3be8c',
},
['init.lua'] = {
icon = '',
name = 'nvim',
color = '#a3be8c',
},
['plugins'] = {
icon = '󰚥',
},
},
override_by_extension = {
['log'] = {
@@ -33,6 +41,10 @@ return {
color = '#81e043',
name = 'Log',
},
['sh'] = {
icon = '󱆃',
name = 'bash',
},
},
override_by_operating_system = {
['apple'] = {