Darken app background

This commit is contained in:
2026-01-29 14:43:57 +13:00
parent 484ab87ee1
commit 28624992d7

View File

@@ -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)