Darken app background
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(245, 246, 248)
|
||||
$colorBg = [System.Drawing.Color]::FromArgb(234, 237, 241)
|
||||
$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