You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
299 B
10 lines
299 B
import 'dart:ui'; |
|
|
|
const backgroundGreen = Color.fromRGBO(5, 66, 10, 1); |
|
const foregroundGreen = Color.fromRGBO(20, 180, 50, 1); |
|
|
|
const backgroundRed = Color.fromRGBO(66, 10, 5, 1); |
|
|
|
const foregroundWhite = Color.fromRGBO(240, 250, 240, 1); |
|
|
|
const foregroundDarkGrey = Color.fromRGBO(55, 55, 55, 1); |