Upgrade player to the latest version

This commit is contained in:
Marcin Kulik
2026-03-01 16:07:35 +01:00
parent 691fe8918c
commit 1f970a3c01
2 changed files with 22 additions and 18 deletions

View File

@@ -436,7 +436,11 @@ span.ap-marker-container:hover span.ap-marker {
.ap-player .ap-overlay-info span {
font-family: var(--term-font-family);
font-size: 2em;
color: var(--term-color-foreground);
font-weight: bold;
color: var(--term-color-background);
background-color: var(--term-color-foreground);
padding: 0.5em 0.75em;
text-transform: uppercase;
}
.ap-player .ap-overlay-help {
background-color: rgba(0, 0, 0, 0.8);
@@ -523,22 +527,22 @@ span.ap-marker-container:hover span.ap-marker {
.asciinema-player-theme-asciinema {
--term-color-foreground: #cccccc;
--term-color-background: #121314;
--term-color-0: hsl(0, 0%, 0%);
--term-color-1: hsl(343, 70%, 55%);
--term-color-2: hsl(103, 70%, 44%);
--term-color-3: hsl(43, 70%, 55%);
--term-color-4: hsl(193, 70%, 49.5%);
--term-color-5: hsl(283, 70%, 60.5%);
--term-color-6: hsl(163, 70%, 60.5%);
--term-color-7: hsl(0, 0%, 85%);
--term-color-8: hsl(0, 0%, 30%);
--term-color-9: hsl(343, 70%, 55%);
--term-color-10: hsl(103, 70%, 44%);
--term-color-11: hsl(43, 70%, 55%);
--term-color-12: hsl(193, 70%, 49.5%);
--term-color-13: hsl(283, 70%, 60.5%);
--term-color-14: hsl(163, 70%, 60.5%);
--term-color-15: hsl(0, 0%, 100%);
--term-color-0: #000000;
--term-color-1: #dd3c69;
--term-color-2: #4ebf22;
--term-color-3: #ddaf3c;
--term-color-4: #26b0d7;
--term-color-5: #b954e1;
--term-color-6: #54e1b9;
--term-color-7: #d9d9d9;
--term-color-8: #4d4d4d;
--term-color-9: #dd3c69;
--term-color-10: #4ebf22;
--term-color-11: #ddaf3c;
--term-color-12: #26b0d7;
--term-color-13: #b954e1;
--term-color-14: #54e1b9;
--term-color-15: #ffffff;
}
/*
Based on Dracula: https://draculatheme.com

File diff suppressed because one or more lines are too long