changed the default theme
This commit is contained in:
parent
92535e2b53
commit
85b695f247
3 changed files with 4014 additions and 197 deletions
4151
Ryujinx/Theme.css
4151
Ryujinx/Theme.css
File diff suppressed because it is too large
Load diff
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue