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}}",