Let's build our own wall

This commit is contained in:
David Heinemeier Hansson
2026-05-11 15:28:33 -04:00
committed by Ryan Hughes
parent 7a988d8909
commit 333ec367df
17 changed files with 309 additions and 155 deletions
-27
View File
@@ -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 }}"
}