mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 19:22:53 +01:00
Fix for Dark Theme
This commit is contained in:
parent
c0c031c5d5
commit
310178b86f
@ -11,8 +11,8 @@ namespace Nikse.SubtitleEdit.Logic
|
||||
{
|
||||
public static class DarkTheme
|
||||
{
|
||||
internal static readonly Color BackColor = Configuration.Settings.General.DarkThemeBackColor;
|
||||
internal static readonly Color ForeColor = Configuration.Settings.General.DarkThemeForeColor;
|
||||
public static Color BackColor => Configuration.Settings.General.DarkThemeBackColor;
|
||||
public static Color ForeColor => Configuration.Settings.General.DarkThemeForeColor;
|
||||
|
||||
private const int DWMWA_USE_IMMERSIVE_DARK_MODE_BEFORE_20H1 = 19;
|
||||
private const int DWMWA_USE_IMMERSIVE_DARK_MODE = 20;
|
||||
|
Loading…
Reference in New Issue
Block a user