Skip to content

Commit

Permalink
feat(chat-history): Update message colors
Browse files Browse the repository at this point in the history
  • Loading branch information
yuraiz committed Jun 17, 2023
1 parent 6a2f973 commit c5da277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/session/content/background.rs
Original file line number Diff line number Diff line change
Expand Up @@ -452,13 +452,13 @@ fn hard_coded_themes(dark: bool) -> tdlib::types::ThemeSettings {
theme(
dark,
vec![0xd6932e, 0xbc40db, 0x4280d7, 0x614ed5],
vec![0xfc27a6, 0xff9201, 0x7827ff, 0x554efe],
vec![0x2d52ab, 0x4036a1, 0x9f388d, 0x9d3941],
)
} else {
theme(
dark,
vec![0x94dae9, 0x9aeddb, 0x94c3f6, 0xac96f7],
vec![0xddffdf, 0xfff0dd, 0xffddfc, 0xddecff],
vec![0xddecff, 0xe0ddfd, 0xdbffff, 0xddffdf],
)
}
}

0 comments on commit c5da277

Please sign in to comment.