import 'package:flutter/material.dart'; class Palette { static const defaultBg = Colors.black; static const defaultFg = Colors.white; static const subtitle = Colors.yellow; }