2024-09-05 16:56:34 +00:00
|
|
|
{
|
|
|
|
empty = {
|
|
|
|
plugins.web-devicons.enable = true;
|
|
|
|
};
|
2024-09-29 09:19:31 -05:00
|
|
|
|
|
|
|
custom-icons = {
|
|
|
|
plugins.web-devicons = {
|
|
|
|
enable = true;
|
|
|
|
|
|
|
|
customIcons = {
|
|
|
|
lir_folder_icon = {
|
|
|
|
icon = "";
|
|
|
|
color = "#7ebae4";
|
|
|
|
name = "LirFolderNode";
|
|
|
|
};
|
|
|
|
zsh = {
|
|
|
|
icon = "";
|
|
|
|
color = "#428850";
|
|
|
|
cterm_color = "65";
|
|
|
|
name = "Zsh";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
default-icon = {
|
|
|
|
plugins.web-devicons = {
|
|
|
|
enable = true;
|
|
|
|
|
|
|
|
defaultIcon = {
|
|
|
|
icon = "";
|
|
|
|
color = "#7ebae4";
|
|
|
|
cterm_color = "65";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
default-icon-no-color = {
|
|
|
|
plugins.web-devicons = {
|
|
|
|
enable = true;
|
|
|
|
|
|
|
|
defaultIcon = {
|
|
|
|
icon = "";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2024-09-05 16:56:34 +00:00
|
|
|
}
|