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`].
|
/// The built-in dark variant of a [`Palette`].
|
||||||
pub const DARK: Self = Self {
|
pub const DARK: Self = Self {
|
||||||
background: color!(0x313338),
|
background: color!(0x2B2D31),
|
||||||
text: Color::from_rgb(0.90, 0.90, 0.90),
|
text: Color::from_rgb(0.90, 0.90, 0.90),
|
||||||
primary: color!(0x5865F2),
|
primary: color!(0x5865F2),
|
||||||
success: color!(0x12664f),
|
success: color!(0x12664f),
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
ae2cef8da43ffa33fc298204d44968544db05387a07d8030ea88683f8adfe37c
|
0ef7325a79ce31c83759529ed478c8b4848c40c2867193624ef9673b9e21ff53
|
||||||
Loading…
Add table
Add a link
Reference in a new issue