Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SuboptimalEng/coding-tutorials
/ ITheme
Interface
ITheme
_templates/05-tailwind-fonts/src/themes/base.ts:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ createTheme } from
'./utils'
;
2
3
export
interface
ITheme {
4
[key: string]: string;
5
}
6
7
export
const
baseTheme = createTheme({
8
primary:
'blue'
,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected