mirror of
https://github.com/ente-io/ente.git
synced 2025-05-24 03:59:22 +00:00
5 lines
68 B
TypeScript
5 lines
68 B
TypeScript
export enum THEME_COLOR {
|
|
LIGHT = "light",
|
|
DARK = "dark",
|
|
}
|