Linux: Debugger - Fixed assembler/script text color for dark themes
This commit is contained in:
parent
05f99aba7c
commit
dd72d2669f
2 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,7 @@ namespace Mesen.GUI.Debugger
|
|||
{
|
||||
InitializeComponent();
|
||||
ThemeHelper.ExcludeFromTheme(txtCode);
|
||||
txtCode.ForeColor = Color.Black;
|
||||
|
||||
DebugInfo config = ConfigManager.Config.DebugInfo;
|
||||
|
||||
|
|
|
@ -31,6 +31,7 @@ namespace Mesen.GUI.Debugger
|
|||
{
|
||||
InitializeComponent();
|
||||
ThemeHelper.ExcludeFromTheme(txtScriptContent);
|
||||
txtScriptContent.ForeColor = Color.Black;
|
||||
|
||||
DebugInfo.ApplyConfig();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue