MCPcopy
hub / github.com/infinitered/reactotron / ReactotronTheme

Interface ReactotronTheme

lib/reactotron-core-ui/src/themes.ts:1–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface ReactotronTheme {
2 fontFamily: string
3 background: string
4 backgroundDarker: string
5 backgroundHighlight: string
6 backgroundLight: string
7 backgroundLighter: string
8 backgroundSubtleDark: string
9 backgroundSubtleLight: string
10 bold: string
11 chrome: string
12 chromeLine: string
13 constant: string
14 foreground: string
15 foregroundDark: string
16 foregroundLight: string
17 glow: string
18 heading: string
19 highlight: string
20 keyword: string
21 line: string
22 modalOverlay: string
23 string: string
24 subtleLine: string
25 support: string
26 tag: string
27 tagComplement: string
28 warning: string
29}
30
31const colorSchemes = ["dark", "light"] as const
32

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected