Skip to content

Commit 572e767

Browse files
authored
Merge pull request #288 from primer/terminal-fg
Increase contrast of the terminal
2 parents 9bdef35 + 74a48e5 commit 572e767

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.changeset/late-chairs-impress.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"github-vscode-theme": patch
3+
---
4+
5+
Increase contrast of the terminal

src/theme.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,10 @@ function getTheme({ theme, name }) {
213213
"panelTitle.activeForeground" : color.fg.default,
214214
"panelTitle.inactiveForeground" : color.fg.muted,
215215
"panelInput.border" : color.border.default,
216-
216+
217217
"debugConsole.infoForeground": lightDark( scale.gray[6], scale.gray[3]),
218218
"debugConsole.warningForeground": lightDark( scale.yellow[6], scale.yellow[3]),
219-
"debugConsole.errorForeground": lightDark( scale.red[5], scale.red[2]),
219+
"debugConsole.errorForeground": lightDark( scale.red[5], scale.red[2]),
220220
"debugConsole.sourceForeground": lightDark( scale.yellow[5], scale.yellow[2]),
221221
"debugConsoleInputIcon.foreground": lightDark( scale.purple[6], scale.purple[3]),
222222

@@ -261,7 +261,7 @@ function getTheme({ theme, name }) {
261261
"symbolIcon.variableForeground": lightDark( scale.orange[6], scale.orange[3]),
262262
"symbolIcon.constantForeground": lightDark( scale.green[6], scale.green),
263263

264-
"terminal.foreground": color.fg.muted,
264+
"terminal.foreground": color.fg.default,
265265
'terminal.ansiBlack': color.ansi.black,
266266
'terminal.ansiRed': color.ansi.red,
267267
'terminal.ansiGreen': color.ansi.green,

0 commit comments

Comments
 (0)