Update rose pine surface_dim colour to "Overlay" (#2002)

Co-authored-by: Can Celik <ogulcancelik@gmail.com>
This commit is contained in:
Bradley 2026-07-29 23:23:15 +01:00 committed by GitHub
parent 3563f5c56e
commit 4cd1481a08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ impl Palette {
panel_bg: Color::Rgb(25, 23, 36),
surface0: Color::Rgb(31, 29, 46),
surface1: Color::Rgb(38, 35, 58),
surface_dim: Color::Rgb(25, 23, 36),
surface_dim: Color::Rgb(38, 35, 58),
overlay0: Color::Rgb(110, 106, 134),
overlay1: Color::Rgb(144, 140, 170),
text: Color::Rgb(224, 222, 244),