Gets the color for a given color name based on the current appearance.
Color getColor(String colorName) { return colors[colorName]![ appearanceNotifier.value.toString().split('.').last]; }