chore: Update theme template (wip)

This commit is contained in:
Mattia Astorino 2017-04-10 11:03:13 +02:00
parent e192fb7c49
commit 20379fcca1

View file

@ -1,4 +1,4 @@
name: Material Theme Darker name: '{{variant.name}}'
tokenColors: tokenColors:
- settings: - settings:
background: '{{variant.scheme.background}}' background: '{{variant.scheme.background}}'
@ -411,3 +411,6 @@ colors:
activityBarBackground: '{{variant.scheme.background}}' activityBarBackground: '{{variant.scheme.background}}'
titleBarActiveBackground: '{{variant.scheme.background}}' titleBarActiveBackground: '{{variant.scheme.background}}'
titleBarInactiveBackground: '{{variant.scheme.background}}' titleBarInactiveBackground: '{{variant.scheme.background}}'
sideBarBackground: '{{variant.scheme.background}}'
tabsContainerBackground: '{{variant.scheme.background}}'
inactiveTabBackground: '{{variant.scheme.background}}'