From 8912ca384e9adbbee487fd6c849e2ba49df7290a Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Thu, 4 Jul 2019 09:45:39 +0200 Subject: [PATCH] fix: Fix terminal cursor color --- src/themes/theme-template-color-theme.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index d81c94d..aa2a2ce 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -801,6 +801,9 @@ "terminal.ansiBrightRed": "{{variant.scheme.base.red}}", "terminal.ansiBrightYellow": "{{variant.scheme.base.yellow}}", + "terminalCursor.foreground": "{{variant.scheme.base.yellow}}", + "terminalCursor.background": "{{variant.scheme.base.black}}", + "scrollbarSlider.background": "{{variant.scheme.scrollbars}}", "scrollbarSlider.hoverBackground": "{{variant.scheme.scrollbarsHover}}", "scrollbarSlider.activeBackground": "{{commons.accents.Teal}}",