From d45981389415ad9a43dfcef8a783d083abad55bd Mon Sep 17 00:00:00 2001 From: Horla Date: Thu, 18 Oct 2018 15:19:59 +0800 Subject: [PATCH] perf(terminal): change terminal.ansiWhite --- package.json | 2 +- themes/Horla-color-theme.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 01ef2ff..80e3745 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/themes/Horla-color-theme.json b/themes/Horla-color-theme.json index 670640e..09b5862 100644 --- a/themes/Horla-color-theme.json +++ b/themes/Horla-color-theme.json @@ -885,6 +885,7 @@ "editorLineNumber.foreground": "#9DA39A", "editorCursor.foreground": "#007ACC", "editor.findMatchBackground": "#FFBC5D", - "editor.findMatchHighlightBackground": "#FFE9A6" + "editor.findMatchHighlightBackground": "#FFE9A6", + "terminal.ansiWhite": "#E0E0E0" } } \ No newline at end of file