changed the default theme

This commit is contained in:
Xpl0itR 2019-07-29 22:26:34 +01:00
commit 85b695f247
No known key found for this signature in database
GPG key ID: 91798184109676AD
3 changed files with 4014 additions and 197 deletions

File diff suppressed because it is too large Load diff

View file

@ -177,12 +177,6 @@ namespace Ryujinx.UI
public static void ApplyTheme() public static void ApplyTheme()
{ {
Settings settings = Settings.Default;
settings.XftRgba = "rgb";
settings.XftDpi = 96;
settings.XftHinting = 1;
settings.XftHintstyle = "hintfull";
CssProvider cssProvider = new CssProvider(); CssProvider cssProvider = new CssProvider();
if (SwitchSettings.SwitchConfig.EnableCustomTheme) if (SwitchSettings.SwitchConfig.EnableCustomTheme)