mirror of
https://github.com/mastodon/mastodon.git
synced 2026-03-21 18:05:23 -05:00
9 lines
115 B
TypeScript
9 lines
115 B
TypeScript
export const modes = {
|
|
darkTheme: {
|
|
theme: 'dark',
|
|
},
|
|
lightTheme: {
|
|
theme: 'light',
|
|
},
|
|
} as const;
|