Darken background of Dark theme

This commit is contained in:
Héctor Ramón Jiménez 2025-02-22 02:25:01 +01:00
parent a216a0a04e
commit 873311558f
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ impl Palette {
/// The built-in dark variant of a [`Palette`].
pub const DARK: Self = Self {
background: color!(0x313338),
background: color!(0x2B2D31),
text: Color::from_rgb(0.90, 0.90, 0.90),
primary: color!(0x5865F2),
success: color!(0x12664f),