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

Would there be interest in a dark theme? #621

Open
nefarius opened this issue Jun 1, 2023 · 7 comments
Open

Would there be interest in a dark theme? #621

nefarius opened this issue Jun 1, 2023 · 7 comments

Comments

@nefarius
Copy link

nefarius commented Jun 1, 2023

Greetings!

Am toying with the idea to bring a dark theme to the WinForms using ReaLTaiizor, would you be interested into accepting a PR even if it means dragging in another dependency?

Cheers and great work with this project!

@ravibpatel
Copy link
Owner

It is a good idea but ReaLTaiizor NuGet package looks big so I think I have to refuse for now.

@nefarius
Copy link
Author

nefarius commented Jun 1, 2023

Fair point, I'll keep on the lookout for something more slim 👍

@nefarius
Copy link
Author

nefarius commented Jun 2, 2023

I hope you don't mind a little progress report, for the sake of demonstrating what's possible 😉

Light Theme

image

Dark Theme

image

More to come!

@ravibpatel
Copy link
Owner

Light theme button text and Release Notes label should be black. Other than that, it looks great.

@nefarius
Copy link
Author

nefarius commented Jun 3, 2023

Done!

image

@nefarius
Copy link
Author

nefarius commented Jun 3, 2023

Light Theme

Remind later

image

Install now

image

Dark Theme

Remind later

image

Install now

image

@crowbait
Copy link

I'd maybe go in a slightly different direction - custom color schemes.
I'm thinking about something like

AutoUpdater.Colors.Background = Color.Black;
AutoUpdater.Colors.Text = Color.White;
AutoUpdater.Accent = Color.AliceBlue;

This would allow us to easily fit the updater dialog to our app's look and feel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants