Replace purple with "Cake Dark Blue" theme and make it default (#1314)

This commit is contained in:
tuxsudo 2024-02-27 21:15:18 -05:00 committed by GitHub
parent 5b1f17c1fb
commit 2549b0fa0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
31 changed files with 139 additions and 100 deletions

View file

@ -100,4 +100,6 @@ class PaletteDark {
static const Color moneroCard = Color.fromRGBO(20, 21, 24, 1.0);
static const Color red = Color.fromRGBO(195, 0, 0, 1.0);
static const Color darkPurple = Color.fromRGBO(109, 14, 210, 1.0);
static const Color cakeBlue = Color.fromRGBO(0, 184, 250, 1.0);
static const Color darkBlue = Color.fromRGBO(0, 123, 168, 1.0);
}