|
42 | 42 | "pickerGroup.foreground": "#b0b0b0", |
43 | 43 | "terminal.ansiWhite": "#ffffff", |
44 | 44 | "inputOption.activeBorder": "#3655b5", |
45 | | - "focusBorder": "#3655b5" |
| 45 | + "focusBorder": "#3655b5", |
| 46 | + "terminal.ansiBlack": "#1e1e1e", |
| 47 | + "terminal.ansiRed": "#C4265E", // the bright color with ~75% transparent on the background |
| 48 | + "terminal.ansiGreen": "#86B42B", |
| 49 | + "terminal.ansiYellow": "#B3B42B", |
| 50 | + "terminal.ansiBlue": "#6A7EC8", |
| 51 | + "terminal.ansiMagenta": "#8C6BC8", |
| 52 | + "terminal.ansiCyan": "#56ADBC", |
| 53 | + "terminal.ansiWhite": "#e3e3dd", |
| 54 | + "terminal.ansiBrightBlack": "#666666", |
| 55 | + "terminal.ansiBrightRed": "#f92672", |
| 56 | + "terminal.ansiBrightGreen": "#A6E22E", |
| 57 | + "terminal.ansiBrightYellow": "#e2e22e", // hue shifted #A6E22E |
| 58 | + "terminal.ansiBrightBlue": "#819aff", // hue shifted #AE81FF |
| 59 | + "terminal.ansiBrightMagenta": "#AE81FF", |
| 60 | + "terminal.ansiBrightCyan": "#66D9EF", |
| 61 | + "terminal.ansiBrightWhite": "#f8f8f2" |
46 | 62 | }, |
47 | 63 | "tokenColors": [ |
48 | 64 | { |
|
0 commit comments