It seems default icon theme is none, which is configured in the default ApplicationProps…is it possible to set to theia-file-icon
by default?
Yes.
"theia": {
"frontend": {
"config": {
"defaultIconTheme: "theia-file-icon"
}
}
},
It seems default icon theme is none, which is configured in the default ApplicationProps…is it possible to set to theia-file-icon
by default?
Yes.
"theia": {
"frontend": {
"config": {
"defaultIconTheme: "theia-file-icon"
}
}
},