style: Update terminal background color and theme in recording example

This commit is contained in:
Paul Gauthier 2025-03-13 17:42:37 -07:00 committed by Paul Gauthier (aider)
parent 3b6a01b63d
commit 3348df0652

View file

@ -14,7 +14,7 @@ layout: minimal
--term-color-foreground: #444444; /* colour238 */
/* Background color */
--term-color-background: #dadada; /* colour253 */
--term-color-background: #fff000;
/* Palette of 16 standard ANSI colors */
--term-color-0: #21222c;
@ -47,7 +47,7 @@ AsciinemaPlayer.create(
{
speed: 1.25,
idleTimeLimit: 1,
theme : "auto/solarized-light",
theme : "aider",
}
);
</script>