How Can I change Background Color?
-
How Can I change Background Color?
I dont find
-
-
No need to ping everyone just for this. Next time please don't ping.
To change the color you can go to Settings -> OB -> Appearance and configure your colors from there. If you instead want to do it via code, you have to locate the XAML file where I defined all the colors (I believe it's in the App.xaml file of OpenBullet) and change it from there, but I suggest you use the theme settings directly inside the program.
-
Basically from what I understood you would want to hardcode these https://github.com/openbullet/openbullet/blob/master/OpenBullet/App.xaml
You can turn them into static resources (but you will need to change them everywhere in the code) or you can remove the setter from these properties https://github.com/openbullet/openbullet/blob/master/OpenBullet/ViewModels/OBSettings/OBSettingsThemes.cs and remove the methods that allow the user to configure his own colors (because otherwise it will not compile if a setter is called without being there ^_^)
-
@Ruri do you have discord or skype, ı dont change in visual studio, nothing happend
-
No I don't
-