-
Notifications
You must be signed in to change notification settings - Fork 59
Add light theme #98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Initially I had my reservations about supporting both themes (just because of the increased maintenance cost), but I believe it's a valid request and if we implement it right so that increased cost is minimal, I won't oppose a PR. I propose to move everything color-related out of I don't think I'll be working on a light theme myself, so a PR is very welcome 🙂 If you would like to see a light theme, please upvote the issue, once someone proposes a PR I'll provide you with a test build and ping you for feedback. P.S. Since you are on Arch, I'll use this opportunity to recommend you to replace the addon from Web store with |
Thanks, I've switched to the [community] version now. And I'll try to submit a PR later this week. I can't maintain it, but I'm willing to do the initial work required. |
@adtac Thank you - will keep an eye out for your PR. Once it's merged, we will maintain it as part of the main codebase. |
Closes browserpass#98
Closes browserpass#98
Closes browserpass#98
Closes browserpass#98
Closes browserpass#98
Please provide your feedback in #120, I'm happy to create test builds for you if necessary. |
General information
browserpass
from [community]$ browserpass --version
): 3.0.6Browserpass v2 used to have a light theme and it was great. But it looks like v3 only supports a dark theme. I know that dark themes are more popular with developers (I, too, used to use dark themes), but a small minority of us prefer light themes. FWIW, dark text on light backgrounds is supposed to be more legible and readable to human eyes if the room you're in is well lit (which is the case for me).
As a worst case scenario, allow adding custom override CSS like available in the Tab Center Redux extension. But I'd much rather prefer a maintained light theme because div IDs and classes may change across releases, making custom CSS difficult to maintain.
The text was updated successfully, but these errors were encountered: