From cd995ea872419f07d37ef1de07c0f9b7040d9e98 Mon Sep 17 00:00:00 2001 From: Si13n7 Date: Wed, 6 Dec 2023 13:03:00 +0100 Subject: [PATCH] Improve light theme back color. --- src/MainForm.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MainForm.Designer.cs b/src/MainForm.Designer.cs index ce5863c..5e6a252 100644 --- a/src/MainForm.Designer.cs +++ b/src/MainForm.Designer.cs @@ -121,7 +121,7 @@ private void InitializeComponent() // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; - this.BackColor = System.Drawing.SystemColors.Window; + this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243))))); this.ClientSize = new System.Drawing.Size(612, 361); this.Controls.Add(this.LayoutPanel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;