mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 23:02:59 +03:00
🚀 Feature: support disabling the background image #212
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @michaelbeaumont on GitHub.
Feature description
I don't want or need an image here, could we add an option to simply disable it and show an appropriate background according to dark/light mode?
Pitch
I think it'd look cleaner without a background image. The obvious "workaround" is to set a solid color background image but unfortunately this breaks dark/light mode AFAICT.
@stonith404 commented on GitHub:
Thanks for your suggestion. These kinds of customization options would make Pocket ID more complicated because there are many different design preferences. Supporting all of them would clutter the settings page.
If you want to customize the design of Pocket ID, I recommend creating a fork and editing the style to fit your needs. As a workaround, you could use the following SVG as the background image. This SVG automatically detects the browser's color scheme and changes the color accordingly:
(https://github.com/user-attachments/assets/c2cb562d-0d77-4ea2-824b-f511654143a8)
@michaelbeaumont commented on GitHub:
That's a good workaround, thanks!