mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-11 15:14:59 +00:00
style: Update terminal colors to match tmux window style
This commit is contained in:
parent
dcf9eaad77
commit
e23437dfa4
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue