diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index e127ded..1c3f053 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -731,9 +731,9 @@ "activityBarBadge.background": "{{commons.accents.Teal}}", "activityBarBadge.foreground": "{{variant.scheme.base.black}}", "titleBar.activeBackground": "{{variant.scheme.backgroundAlt}}", - "titleBar.activeForeground": "{{variant.scheme.comments}}", + "titleBar.activeForeground": "{{variant.scheme.foreground}}", "titleBar.inactiveBackground": "{{variant.scheme.backgroundAlt}}", - "titleBar.inactiveForeground": "{{variant.scheme.comments}}", + "titleBar.inactiveForeground": "{{variant.scheme.sidebarForeground}}", "sideBar.background": "{{variant.scheme.backgroundAlt}}", "sideBar.foreground": "{{variant.scheme.sidebarForeground}}", "sideBar.border": "{{variant.scheme.contrastBorder}}60",