Skip to content

Commit

Permalink
Fix windows color
Browse files Browse the repository at this point in the history
  • Loading branch information
grigorii-horos committed Apr 20, 2024
1 parent b48073c commit a84829b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/build-themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ themes.map(async (theme) => {
"red": "${colors?.red}",
"selectionBackground": "${colors?.selectionBackground}",
"white": "${colors?.white}",
"yellow": "${colors?.yellowd}"
"yellow": "${colors?.yellow}"
}`
);

Expand Down
2 changes: 1 addition & 1 deletion theme/windows-terminal/Neutral Light.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"red": "#D3005A",
"selectionBackground": "#B1C2CD",
"white": "#3E525B",
"yellow": "undefined"
"yellow": "#866600"
}
2 changes: 1 addition & 1 deletion theme/windows-terminal/Neutral.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"red": "#FF6C91",
"selectionBackground": "#2B3940",
"white": "#879FAB",
"yellow": "undefined"
"yellow": "#C59700"
}

0 comments on commit a84829b

Please sign in to comment.