Converts a ThemeMode to its key (e.g., ThemeMode.system -> 'system').
String getKey(ThemeMode mode) => _themeConfigs[mode]?.key ?? 'system';