Set background color to #A3A3A3
This commit is contained in:
@@ -467,7 +467,7 @@ $form.Size = [System.Drawing.Size]::new(1000, 860)
|
||||
$form.StartPosition = "CenterScreen"
|
||||
$form.AutoScaleMode = "Dpi"
|
||||
|
||||
$colorBg = [System.Drawing.Color]::FromArgb(130, 129, 129)
|
||||
$colorBg = [System.Drawing.Color]::FromArgb(163, 163, 163)
|
||||
$colorPanel = [System.Drawing.Color]::FromArgb(255, 255, 255)
|
||||
$colorText = [System.Drawing.Color]::FromArgb(30, 37, 45)
|
||||
$colorMuted = [System.Drawing.Color]::FromArgb(90, 98, 110)
|
||||
|
||||
Reference in New Issue
Block a user