zepio/app/constants/themes.js

5 lines
68 B
JavaScript

// @flow
export const LIGHT = 'light';
export const DARK = 'dark';