mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
Replace purple with "Cake Dark Blue" theme and make it default (#1314)
This commit is contained in:
parent
5b1f17c1fb
commit
2549b0fa0a
31 changed files with 139 additions and 100 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue