MCPcopy Create free account
hub / github.com/SuboptimalEng/coding-tutorials / dark.ts

File dark.ts

_templates/01-basic/src/themes/dark.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { createTheme } from './utils';
2
3export const darkTheme = createTheme({
4 primary: '#212529',

Callers

nothing calls this directly

Calls 1

createThemeFunction · 0.90

Tested by

no test coverage detected