Skip to content
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

Preparing to create dark theme called "Obsidium" on Natrium wallet #1

Merged
merged 5 commits into from
Aug 23, 2021

Conversation

tlietz
Copy link

@tlietz tlietz commented Aug 19, 2021

No description provided.

@bbedward
Copy link
Owner

} else if (theme != null && theme.equals("obsidium")) {
actionBarColor = 0xFF5C9BE5.toInt()
scannerView.setBorderColor(0xFF5C9BE5.toInt())
actionBar?.setBackgroundDrawable(ColorDrawable(0xFF1C1CE.toInt()))
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Must have made a typo, this hex code is invalid which is why the barcode scanner view has that ugly white/action bar

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo should be fixed in the latest commit.

@bbedward bbedward merged commit c09adc9 into bbedward:master Aug 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants