mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-12 05:05:26 +02:00
Infra: Capitalisation Consistency (#6296)
* Rename Ryujinx.UI.Common * Rename Ryujinx.UI.LocaleGenerator * Update in Files AboutWindow * Configuration State * Rename projects * Ryujinx/UI * Fix build * Main remaining inconsistencies * HLE.UI Namespace * HLE.UI Files * Namespace * Ryujinx.UI.Common.Configuration.UI * Ryujinx.UI.Common,Configuration.UI Files * More instances
This commit is contained in:
13
src/Ryujinx.HLE/UI/IHostUITheme.cs
Normal file
13
src/Ryujinx.HLE/UI/IHostUITheme.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace Ryujinx.HLE.UI
|
||||
{
|
||||
public interface IHostUITheme
|
||||
{
|
||||
string FontFamily { get; }
|
||||
|
||||
ThemeColor DefaultBackgroundColor { get; }
|
||||
ThemeColor DefaultForegroundColor { get; }
|
||||
ThemeColor DefaultBorderColor { get; }
|
||||
ThemeColor SelectionBackgroundColor { get; }
|
||||
ThemeColor SelectionForegroundColor { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user