Let's build our own wall
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
{
|
||||
"primary": "{{ accent }}",
|
||||
"primaryText": "{{ selection_foreground }}",
|
||||
"primaryContainer": "{{ selection_background }}",
|
||||
"primaryContainerText": "{{ selection_foreground }}",
|
||||
"onPrimary": "{{ selection_foreground }}",
|
||||
"secondary": "{{ color2 }}",
|
||||
"secondaryText": "{{ background }}",
|
||||
"secondaryContainer": "{{ color8 }}",
|
||||
"secondaryContainerText": "{{ foreground }}",
|
||||
"tertiary": "{{ active_border_color }}",
|
||||
"tertiaryText": "{{ background }}",
|
||||
"tertiaryContainer": "{{ color12 }}",
|
||||
"tertiaryContainerText": "{{ foreground }}",
|
||||
"background": "{{ background }}",
|
||||
"backgroundText": "{{ foreground }}",
|
||||
"surface": "{{ background }}",
|
||||
"surfaceText": "{{ foreground }}",
|
||||
"surfaceVariant": "{{ color8 }}",
|
||||
"surfaceVariantText": "{{ foreground }}",
|
||||
"surfaceContainer": "{{ color10 }}",
|
||||
"outline": "{{ active_border_color }}",
|
||||
"shadow": "#000000",
|
||||
"inverseSurface": "{{ foreground }}",
|
||||
"inverseSurfaceText": "{{ background }}",
|
||||
"inversePrimary": "{{ accent }}"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"primary": "{{ accent }}",
|
||||
"background": "{{ background }}",
|
||||
"backgroundText": "{{ foreground }}"
|
||||
}
|
||||
Reference in New Issue
Block a user