PitchKit
API Reference@pitchkit/coreVariables

pitchTokens

const pitchTokens: object;

Defined in: packages/core/src/theme/tokens.ts:7

CSS custom property names the renderer reads for theming (PRD §8.7). This object exists purely for editor autocomplete and typo-safety when consumers set these variables in their own CSS — the values themselves always live in CSS, never here.

Type Declaration

lines

readonly lines: "--pitch-lines" = "--pitch-lines";

lineWidth

readonly lineWidth: "--pitch-line-width" = "--pitch-line-width";

markerGoal

readonly markerGoal: "--pitch-marker-goal" = "--pitch-marker-goal";

markerMiss

readonly markerMiss: "--pitch-marker-miss" = "--pitch-marker-miss";

markerPrimary

readonly markerPrimary: "--pitch-marker-primary" = "--pitch-marker-primary";

stripe

readonly stripe: "--pitch-stripe" = "--pitch-stripe";

surface

readonly surface: "--pitch-surface" = "--pitch-surface";

On this page