We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8b405 commit 5b90592Copy full SHA for 5b90592
src/vs/workbench/contrib/terminal/common/terminalColorRegistry.ts
@@ -143,10 +143,10 @@ export const ansiColorMap: { [key: string]: { index: number; defaults: ColorDefa
143
'terminal.ansiGreen': {
144
index: 2,
145
defaults: {
146
- light: '#00BC00',
+ light: '#107C10',
147
dark: '#0DBC79',
148
hcDark: '#00cd00',
149
- hcLight: '#00bc00'
+ hcLight: '#136C13'
150
}
151
},
152
'terminal.ansiYellow': {
0 commit comments