piroor/tst-bookmarks-subpanel

Add a Dark Mode like TST / Firefox dark mode

jnachtigall opened this issue · 7 comments

I use Dark Mode in Firefox and also as TST option. Seems like TST Bookmarks Panel does not support this, at least, I cannot find an option for. And as it is now it looks strange because there is not even a border setting it apart from the content website:

image

Any plans to add dark mode?

sizur commented

image
Can't override the style with userContent.css due to very generic IDs and Classes of

<body>
<div id="searchbar"
class="blank">
<input id="searchbox"
type="text"
placeholder="__MSG_searchbox_placeholder__"
tabindex="-1">
<button id="searchbox-clear"
tabindex="-1"></button>
</div>
<div id="content">
<ul id="root"></ul>
</div>
<ul id="context-menu"></ul>
</body>

1+ for a dark theme

Made my own one by changing the colors inside the xpi file and made a signatue thru mozilla for myself, but I'm not able tho make all the changes I would like to have. It's a try and error I cant write code :-)

Unbenannt

@scorpie67 How about a pull request? ^^

This is what it looks like now, fits the theme "Dark Gold"
Sidebar

Things I have changed

readme.txt

1+ for a dark theme

+1