&Hello many more times, my friend!
I somehow wrote in the reports this:
1. If you use a dark theme, then when you call the list of bookmarks for a second you see a light topic.
Found a solution is:
in popup.html:
<link rel="stylesheet" href="css/neat.css">
<link rel="stylesheet" href="css/neat-dark.css">
in neat.js:
if(localStorage.darkTheme) {
switchStyles(1,"neat-dark");
}else{
switchStyles(2,"neat");
}
Can you fix the list of bookmarks by dragging the bookmark with the mouse up or down?($tree.scrollByLines(1) not a function???)