Skip to content

Commit 5b90592

Browse files
committed
Fix ansiGreen contrast for light and light high contrast themes
1 parent 4f8b405 commit 5b90592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/workbench/contrib/terminal/common/terminalColorRegistry.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ export const ansiColorMap: { [key: string]: { index: number; defaults: ColorDefa
143143
'terminal.ansiGreen': {
144144
index: 2,
145145
defaults: {
146-
light: '#00BC00',
146+
light: '#107C10',
147147
dark: '#0DBC79',
148148
hcDark: '#00cd00',
149-
hcLight: '#00bc00'
149+
hcLight: '#136C13'
150150
}
151151
},
152152
'terminal.ansiYellow': {

0 commit comments

Comments
 (0)