Skip to content

Commit

Permalink
fix: terminal color
Browse files Browse the repository at this point in the history
  • Loading branch information
so1ve committed Aug 10, 2023
1 parent 8c28bca commit 7494ea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export const UndefinedTheme = {
primary: "#4d9375",

foreground: "#dbd7caee",
terminalForeground: "#dbd7ca",
activeForeground: "#a8a29e",
secondaryForeground: "#dedcd590",
ignored: "#dedcd560",
Expand Down
2 changes: 1 addition & 1 deletion src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export default function getTheme() {
"terminal.ansiGreen": undef("green"),
"terminal.ansiMagenta": undef("magenta"),
"terminal.ansiRed": undef("red"),
"terminal.ansiWhite": UndefinedTheme.foreground,
"terminal.ansiWhite": UndefinedTheme.terminalForeground,
"terminal.ansiYellow": undef("yellow"),

"gitDecoration.addedResourceForeground": undef("green"),
Expand Down

0 comments on commit 7494ea6

Please sign in to comment.