Skip to content

Commit

Permalink
finally fix #7
Browse files Browse the repository at this point in the history
  • Loading branch information
Endeade committed Jul 31, 2024
1 parent 840f77e commit 65fb531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ private void Form1_Load(object sender, EventArgs e)
if (DarkMode == 1)
{
Runtimes.BackColor = Color.Black;
Runtimes.BackColor = Color.White;
Runtimes.ForeColor = Color.White;
button25.ForeColor = Color.Black;
button26.ForeColor = Color.Black;
Browsers.BackColor = Color.Black;
Expand Down

0 comments on commit 65fb531

Please sign in to comment.