-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
How to make the the title bar not too dark #1
Comments
Hello @Specifix5, great question.
|
Alright, thanks for the advice. I'm gonna look forward to that. |
Are there any updates on the colors by any chance? |
Thanks for the reminder, let me see if I can figure out how to do this. |
Aldaviva
added a commit
that referenced
this issue
Jul 31, 2023
You can try out Added optional DarkNet.Instance.SetWindowThemeWpf(this, Theme.Dark, new ThemeOptions {
TitleBarTextColor = Color.MidnightBlue,
TitleBarBackgroundColor = Color.PowderBlue,
WindowBorderColor = Color.DarkBlue
}); |
Now we're gaming. Recording.2023-07-30.204632.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So instead of 0,0,0 i want it to be something like 20,20,20 argb, any way to do this?
The text was updated successfully, but these errors were encountered: