diff --git a/extensions/defaults.json b/extensions/defaults.json index e0b64bb..c853863 100644 --- a/extensions/defaults.json +++ b/extensions/defaults.json @@ -35,7 +35,7 @@ "_folder_ci_open" ], "changelog": { - "lastversion": "2.0.0" + "lastversion": "2.0.1" }, "icons": { "theme": { 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",