Make possible to change read/unread news appearance
I want to suggest subtle changes to the appearance of your great add-on.
- Let user change the weight of the font for read/unread news (or change it by default). For example, let read news stays as regular while unread ones would be displayed as bold;
- Change icon opacity for news that been read (make it less opaque);
- Change current news icon to the well-known standard RSS icon.
These changes let the usability of your extension to improve a little. I am ready to help you -with everything I could. But I am a mere designer

Firefox extension APIs does not let you change the appearance further than just a prefix :(
Oh I see.. Sorry for posting it then.
No worries, it's a totally legetimate request :)
It is time to close the request then?
I'll keep it open in case it becomes possible in the future.
Thank you! I'll cross my fingers then c:
Where should I upload .svg icon with RSS sign? Or I shouldn't bother?
We already have this icon: https://github.com/nt1m/livemarks/blob/master/icons/feed.svg :)
You sure have a nice icon! Sorry to bother you with this though
Where should I upload .svg icon with RSS sign? Or I shouldn't bother?
in userChrome.css 👍
#bookmarks-view treechildren::-moz-tree-image(container), #PlacesToolbarItems toolbarbutton[container="true"], #PlacesToolbarItems menu[container="true"] .menu-iconic-left, #BMB_bookmarksPopup menu[container="true"] .menu-iconic-icon, #bookmarksMenu menu[container="true"] .menu-iconic-icon, .bookmark-item[container] { list-style-image: url("folder5.svg") !important; /* place svg file in the same folder of the css in "profile folder/chrome/ "*/ }
replace folder5.svg by this:
https://github.com/GrosBourrin/FIREFOX-BLUE-MOON/blob/master/rss%20svg4.svg
https://github.com/GrosBourrin/FIREFOX-BLUE-MOON/blob/master/rss3.svg
right click on link then save target link
you can edit svg files with gravit from gravit.io