Skip to content

Commit

Permalink
perf(terminal): change terminal.ansiWhite
Browse files Browse the repository at this point in the history
  • Loading branch information
Horla74 committed Oct 18, 2018
1 parent 6bdeee6 commit d459813
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "horla-light-theme",
"displayName": "Horla Light Theme",
"description": "A light theme",
"version": "0.0.2",
"version": "0.0.3",
"publisher": "Horla",
"engines": {
"vscode": "^1.22.0"
Expand Down
3 changes: 2 additions & 1 deletion themes/Horla-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,7 @@
"editorLineNumber.foreground": "#9DA39A",
"editorCursor.foreground": "#007ACC",
"editor.findMatchBackground": "#FFBC5D",
"editor.findMatchHighlightBackground": "#FFE9A6"
"editor.findMatchHighlightBackground": "#FFE9A6",
"terminal.ansiWhite": "#E0E0E0"
}
}

0 comments on commit d459813

Please sign in to comment.