CAKE-220. CAKE-241. CAKE-242.

This commit is contained in:
M 2021-01-18 22:52:12 +02:00
parent 33fb213922
commit 6639d25264
8 changed files with 25 additions and 21 deletions

View file

@ -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 {