Darken background of Dark theme
This commit is contained in:
parent
a216a0a04e
commit
873311558f
2 changed files with 2 additions and 2 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue