From e23437dfa491d8041a13e26410da5231e23e117a Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 13 Mar 2025 17:37:06 -0700 Subject: [PATCH] style: Update terminal colors to match tmux window style --- aider/website/examples/recording.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aider/website/examples/recording.md b/aider/website/examples/recording.md index fa697db42..383bedb8d 100644 --- a/aider/website/examples/recording.md +++ b/aider/website/examples/recording.md @@ -10,10 +10,10 @@ layout: minimal .asciinema-player-theme-aider { /* Foreground (default text) color */ - --term-color-foreground: #f8f8f2; + --term-color-foreground: #444444; /* colour238 */ /* Background color */ - --term-color-background: #282a36; + --term-color-background: #dadada; /* colour253 */ /* Palette of 16 standard ANSI colors */ --term-color-0: #21222c;