import ShortcutModal from '@/containers/ShortcutModal' import ToggleAccent from '@/screens/Settings/Appearance/TogglePrimary' import ToggleTheme from '@/screens/Settings/Appearance/ToggleTheme' export default function AppearanceOptions() { return (
Base color scheme

Choose between light and dark modes.

Accent Color

Choose the primary accent color used throughout the app.

{/* Keyboard shortcut */}
Keyboard Shortcuts

Shortcuts that you might find useful in Jan app.

) }