mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
9 lines
115 B
TypeScript
9 lines
115 B
TypeScript
export const modes = {
|
|
darkTheme: {
|
|
theme: 'dark',
|
|
},
|
|
lightTheme: {
|
|
theme: 'light',
|
|
},
|
|
} as const;
|