Night theme (#2137)

* feat: add themes

* fix: remove obvious issues with light theme

* chore: improve light theme a bit

* comment out theme swticher

* chore: make login dark

* add theme and widgets to seeds

* add theme and widgets to migration

---------

Co-authored-by: Matt Hill <matthewonthemoon@gmail.com>
This commit is contained in:
Alex Inkin
2023-03-04 02:31:19 +08:00
committed by Aiden McClelland
parent e867f31c31
commit 3c0a82293c
53 changed files with 598 additions and 237 deletions

View File

@@ -48,7 +48,7 @@
--ion-color-light: #181818;
--ion-color-light-rgb: 24, 24, 24;
--ion-color-light-contrast: #ffffff;
--ion-color-light-contrast-rgb: 0, 0, 0;
--ion-color-light-contrast-rgb: 255, 255, 255;
--ion-color-light-shade: #000000;
--ion-color-light-tint: #000000;
@@ -92,4 +92,4 @@
--alt-green: #3DCF6F;
--alt-blue: #00A8A8;
--alt-purple: #9747FF;
}
}