chore: Update theme template (wip)
This commit is contained in:
parent
e192fb7c49
commit
20379fcca1
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
name: Material Theme Darker
|
||||
name: '{{variant.name}}'
|
||||
tokenColors:
|
||||
- settings:
|
||||
background: '{{variant.scheme.background}}'
|
||||
|
@ -411,3 +411,6 @@ colors:
|
|||
activityBarBackground: '{{variant.scheme.background}}'
|
||||
titleBarActiveBackground: '{{variant.scheme.background}}'
|
||||
titleBarInactiveBackground: '{{variant.scheme.background}}'
|
||||
sideBarBackground: '{{variant.scheme.background}}'
|
||||
tabsContainerBackground: '{{variant.scheme.background}}'
|
||||
inactiveTabBackground: '{{variant.scheme.background}}'
|
||||
|
|
Loading…
Reference in a new issue