From 74e04565127ebbd7c3daca5dcfb5664d9f10af26 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Tue, 24 Apr 2018 12:58:40 +0200 Subject: [PATCH] fix: Fix titlebar contrast color --- src/themes/theme-template-color-theme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",