diff --git a/src/App.jsx b/src/App.jsx
index d213cb3..4cc8f87 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -223,19 +223,286 @@ const App = () => {
alignItems: 'center',
overflow: 'hidden'
}}>
-
{
dark: '→ Modern dark theme (default)',
light: '→ Light theme for daytime use',
legacy: '→ Green terminal CRT style',
- classic: '→ 90s Windows retro style'
+ retro: '→ 90s Windows retro style'
};
const layoutDescriptions = {
modern: '→ Modern responsive grid layout',
- classic: '→ Classic HamClock-style layout'
+ classic: '→ Original HamClock-style layout'
};
return (
@@ -270,7 +270,7 @@ export const SettingsPanel = ({ isOpen, onClose, config, onSave }) => {
Theme
- {['dark', 'light', 'legacy', 'classic'].map((t) => (
+ {['dark', 'light', 'legacy', 'retro'].map((t) => (