-
Notifications
You must be signed in to change notification settings - Fork 90
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
[WIP] Wallet Dark Mode #925
Conversation
dark mode css must come first changes transaction screen mostly dark addresses widget dark mode show white or normal icon based on dark/non-dark mode receive widget dark mode send screen working with dark mode
Looking even better than your earlier screenshots when I have started with |
I'm going to refactor the in-line css code that exists in the .ui files into main.css so we can all maintain the stylings in 1 place, especially for easily handling dark mode (and reduce unnecessary repeated stylings) Afterwards, I can take the work I've already done here with main-dark.css and this branch and bring it all together. |
Dark Mode Work now being handled in pull request #933
WIP:
Feedback Welcome!
Enable darkmode using
darkmode=true
in walletconfig.Default wallet styling otherwise.
All colors and styling subject to change.
Development To-Do:
Final To-Do: