2022-11-17 22:36:53 -08:00
|
|
|
export type Theme = "light" | "dark"
|
2022-11-15 20:50:54 -08:00
|
|
|
|
2022-11-17 22:36:53 -08:00
|
|
|
export const DEFAULT_THEME: Theme = "light"
|
2022-11-15 20:50:54 -08:00
|
|
|
|
2022-11-17 22:36:53 -08:00
|
|
|
export const THEME_COOKIE_NAME = "drift-theme"
|