Edit noctalia.json (Matugen template)
This commit is contained in:
parent
335e1a6cb7
commit
f300bfafcc
2 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
"mSurface": "{{colors.surface.default.hex}}",
|
"mSurface": "{{colors.surface.default.hex}}",
|
||||||
"mOnSurface": "{{colors.on_surface.default.hex}}",
|
"mOnSurface": "{{colors.on_surface.default.hex}}",
|
||||||
"mSurfaceVariant": "{{colors.surface_variant.default.hex}}",
|
"mSurfaceVariant": "{{colors.surface_container.default.hex}}",
|
||||||
"mOnSurfaceVariant": "{{colors.on_surface_variant.default.hex}}",
|
"mOnSurfaceVariant": "{{colors.on_surface_variant.default.hex}}",
|
||||||
"mOutline": "{{colors.outline.default.hex}}",
|
"mOutline": "{{colors.outline.default.hex}}",
|
||||||
"mOutlineVariant": "{{colors.outline_variant.default.hex}}",
|
"mOutlineVariant": "{{colors.outline_variant.default.hex}}",
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,7 @@ Singleton {
|
||||||
property color mOnSurface: customColors.mOnSurface
|
property color mOnSurface: customColors.mOnSurface
|
||||||
property color mSurfaceVariant: customColors.mSurfaceVariant
|
property color mSurfaceVariant: customColors.mSurfaceVariant
|
||||||
property color mOnSurfaceVariant: customColors.mOnSurfaceVariant
|
property color mOnSurfaceVariant: customColors.mOnSurfaceVariant
|
||||||
|
property color mSurfaceContainer: customColors.mSurfaceContainer
|
||||||
property color mOutline: customColors.mOutline
|
property color mOutline: customColors.mOutline
|
||||||
property color mOutlineVariant: customColors.mOutlineVariant
|
property color mOutlineVariant: customColors.mOutlineVariant
|
||||||
property color mShadow: customColors.mShadow
|
property color mShadow: customColors.mShadow
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue