changed the default theme
This commit is contained in:
parent
92535e2b53
commit
85b695f247
3 changed files with 4014 additions and 197 deletions
4203
Ryujinx/Theme.css
4203
Ryujinx/Theme.css
File diff suppressed because it is too large
Load diff
|
@ -177,12 +177,6 @@ namespace Ryujinx.UI
|
|||
|
||||
public static void ApplyTheme()
|
||||
{
|
||||
Settings settings = Settings.Default;
|
||||
settings.XftRgba = "rgb";
|
||||
settings.XftDpi = 96;
|
||||
settings.XftHinting = 1;
|
||||
settings.XftHintstyle = "hintfull";
|
||||
|
||||
CssProvider cssProvider = new CssProvider();
|
||||
|
||||
if (SwitchSettings.SwitchConfig.EnableCustomTheme)
|
||||
|
|
|
@ -286,7 +286,7 @@ namespace Ryujinx.UI
|
|||
_gameDirsBoxStore.GetIterFirst(out TreeIter iter);
|
||||
for (int i = 0; i < _gameDirsBoxStore.IterNChildren(); i++)
|
||||
{
|
||||
_gameDirsBoxStore.GetValue(iter, i );
|
||||
_gameDirsBoxStore.GetValue(iter, i);
|
||||
|
||||
gameDirs.Add((string)_gameDirsBoxStore.GetValue(iter, 0));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue