mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 19:24:59 +00:00
style: Update terminal background color and theme in recording example
This commit is contained in:
parent
3b6a01b63d
commit
3348df0652
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ layout: minimal
|
||||||
--term-color-foreground: #444444; /* colour238 */
|
--term-color-foreground: #444444; /* colour238 */
|
||||||
|
|
||||||
/* Background color */
|
/* Background color */
|
||||||
--term-color-background: #dadada; /* colour253 */
|
--term-color-background: #fff000;
|
||||||
|
|
||||||
/* Palette of 16 standard ANSI colors */
|
/* Palette of 16 standard ANSI colors */
|
||||||
--term-color-0: #21222c;
|
--term-color-0: #21222c;
|
||||||
|
@ -47,7 +47,7 @@ AsciinemaPlayer.create(
|
||||||
{
|
{
|
||||||
speed: 1.25,
|
speed: 1.25,
|
||||||
idleTimeLimit: 1,
|
idleTimeLimit: 1,
|
||||||
theme : "auto/solarized-light",
|
theme : "aider",
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue