Upgrade the bundled player

This commit is contained in:
Marcin Kulik
2025-01-11 17:49:22 +01:00
parent 7f9837e30f
commit 13f6c8b0fa
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -42,7 +42,7 @@ fn encode_event(event: session::Event) -> Vec<u8> {
match theme { match theme {
Some(theme) => { Some(theme) => {
msg.push(1); msg.push(16);
msg.push(theme.fg.r); msg.push(theme.fg.r);
msg.push(theme.fg.g); msg.push(theme.fg.g);
msg.push(theme.fg.b); msg.push(theme.fg.b);