From 86def00fd7a3bdf4c7cf9b483581b58322f0e30a Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Tue, 8 May 2018 23:09:51 +0200 Subject: [PATCH] fix: Fix terminal.ansiBlack color Close #180 --- src/themes/theme-template-color-theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index bf035c7..d4f22f6 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -760,7 +760,7 @@ "list.focusForeground": "{{variant.scheme.foreground}}", "list.highlightForeground": "{{commons.accents.Teal}}", "terminal.ansiWhite": "{{variant.scheme.base.white}}", - "terminal.ansiBlack": "{{variant.scheme.comments}}", + "terminal.ansiBlack": "{{variant.scheme.base.black}}", "terminal.ansiBlue": "{{variant.scheme.base.blue}}", "terminal.ansiCyan": "{{variant.scheme.base.cyan}}", "terminal.ansiGreen": "{{variant.scheme.base.green}}",