interface Settings { theme?: "light" | "dark"; primaryColor: string; accentColor: string; invidiousServer: string; } export default Settings;