mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +01:00
Upgrade the bundled player
This commit is contained in:
2
assets/asciinema-player.min.js
vendored
2
assets/asciinema-player.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -42,7 +42,7 @@ fn encode_event(event: session::Event) -> Vec<u8> {
|
||||
|
||||
match theme {
|
||||
Some(theme) => {
|
||||
msg.push(1);
|
||||
msg.push(16);
|
||||
msg.push(theme.fg.r);
|
||||
msg.push(theme.fg.g);
|
||||
msg.push(theme.fg.b);
|
||||
|
||||
Reference in New Issue
Block a user