Skip to content

Commit f8df112

Browse files
committed
feat(chat-history): Update message colors
1 parent e9a8b7a commit f8df112

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/session/content/background.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,13 +447,13 @@ fn hard_coded_themes(dark: bool) -> tdlib::types::ThemeSettings {
447447
theme(
448448
dark,
449449
vec![0xd6932e, 0xbc40db, 0x4280d7, 0x614ed5],
450-
vec![0xfc27a6, 0xff9201, 0x7827ff, 0x554efe],
450+
vec![0x2d52ab, 0x4036a1, 0x9f388d, 0x9d3941],
451451
)
452452
} else {
453453
theme(
454454
dark,
455455
vec![0x94dae9, 0x9aeddb, 0x94c3f6, 0xac96f7],
456-
vec![0xddffdf, 0xfff0dd, 0xffddfc, 0xddecff],
456+
vec![0xddecff, 0xe0ddfd, 0xdbffff, 0xddffdf],
457457
)
458458
}
459459
}

0 commit comments

Comments
 (0)