Custom icons extensions
theldoria opened this issue · 0 comments
theldoria commented
I would like to extend the existing set of icons with a custom icon set.
The following properties could be available:
- Specify path to custom icons
- At least one custom icons path, allowing to override or extend the default iconset of
mode-icons
. - Or a list of paths, seach for icon files in the given order.
- At least one custom icons path, allowing to override or extend the default iconset of
- Provide a user defined
custom-mode-icons
, separated frommode-icons
(see note below). - Optional: specify full path for specific icons.
- Optional: make lookup file type independant (if a file with given name is found, the type could be deduced from the extension)
The reason is, I have a couple of custom modes, not useful for the publib domain, which I would like to see with pretty icons.
A second reason is, that I my be unsatisfied with one or another icon and would like to be able to provide my own version.
Note:
I generally won't customize variable
mode-icons
, because I want new icons if I update the package. So I plan to append my icons to that list.
Probably a better solution would be to fully customize acustom-mode-icons
for that purpose nd customizemode-icons
iff I am complately unhappy with the default.