Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ulixee
GitHub Repository: ulixee/secret-agent
Path: blob/main/replay/frontend/src/lib/theme.ts
1029 views
1
import settings from './settings';
2
import { getTheme } from '~shared/utils/themes';
3
4
const theme = getTheme(settings.theme);
5
6
export default theme;
7
8