Start to update stuff

This commit is contained in:
zontreck 2024-05-22 16:09:36 -07:00
parent 110b2d150c
commit 399d884681
18 changed files with 217 additions and 240 deletions

View file

@ -0,0 +1,5 @@
import 'dart:ui';
class Constants {
static const TITLEBAR_COLOR = Color.fromARGB(255, 97, 0, 0);
}