style(icons): add more custom icons for file browser
This commit is contained in:
@@ -21,11 +21,19 @@ return {
|
|||||||
color = '#f1502f',
|
color = '#f1502f',
|
||||||
name = 'Gitignore',
|
name = 'Gitignore',
|
||||||
},
|
},
|
||||||
|
['nvim'] = {
|
||||||
|
icon = '',
|
||||||
|
name = 'nvim',
|
||||||
|
color = '#a3be8c',
|
||||||
|
},
|
||||||
['init.lua'] = {
|
['init.lua'] = {
|
||||||
icon = '',
|
icon = '',
|
||||||
name = 'nvim',
|
name = 'nvim',
|
||||||
color = '#a3be8c',
|
color = '#a3be8c',
|
||||||
},
|
},
|
||||||
|
['plugins'] = {
|
||||||
|
icon = '',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
override_by_extension = {
|
override_by_extension = {
|
||||||
['log'] = {
|
['log'] = {
|
||||||
@@ -33,6 +41,10 @@ return {
|
|||||||
color = '#81e043',
|
color = '#81e043',
|
||||||
name = 'Log',
|
name = 'Log',
|
||||||
},
|
},
|
||||||
|
['sh'] = {
|
||||||
|
icon = '',
|
||||||
|
name = 'bash',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
override_by_operating_system = {
|
override_by_operating_system = {
|
||||||
['apple'] = {
|
['apple'] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user