fix: typo in default themes

This also makes them pretty printed and it seemsto fix the bug related to switching after first install.
This commit is contained in:
Ashley Wulber 2024-05-15 22:35:00 -04:00 committed by Michael Murphy
parent 3429611aa4
commit 8e1bcafa9f
39 changed files with 2990 additions and 150 deletions

View file

@ -1 +1,12 @@
(space_none:0,space_xxxs:4,space_xxs:8,space_xs:12,space_s:16,space_m:24,space_l:32,space_xl:48,space_xxl:64,space_xxxl:128)
(
space_none: 0,
space_xxxs: 4,
space_xxs: 8,
space_xs: 12,
space_s: 16,
space_m: 24,
space_l: 32,
space_xl: 48,
space_xxl: 64,
space_xxxl: 128,
)