mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
CAKE-220. CAKE-241. CAKE-242.
This commit is contained in:
parent
33fb213922
commit
6639d25264
8 changed files with 25 additions and 21 deletions
|
@ -43,6 +43,7 @@ class Palette {
|
|||
static const Color brightOrange = Color.fromRGBO(255, 102, 0, 1.0);
|
||||
static const Color dullGray = Color.fromRGBO(98, 98, 98, 1.0);
|
||||
static const Color protectiveBlue = Color.fromRGBO(33, 148, 255, 1.0);
|
||||
static const Color darkBlue = Color.fromRGBO(109, 128, 178, 1.0);
|
||||
}
|
||||
|
||||
class PaletteDark {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue