You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,18 +45,18 @@ The quickest knob is the `accentColor` prop, which drives the scrubber fill, act
45
45
46
46
For deeper control, every visual is driven by CSS custom properties on the `.kino` root. Override them in your own stylesheet, or pass a `theme` object of property/value pairs to set them inline.
47
47
48
-
| Custom property | Default | Role |
49
-
| --- | --- | --- |
50
-
|`--kino-accent`|`oklch(50.8% 0.118 165.612)`| Accent color (progress, active items, ranges) |
51
-
|`--kino-radius`|`12px`| Corner radius of glass surfaces |
52
-
|`--kino-surface`|`color-mix(in oklab, black 55%, transparent)`| Glass surface fill |
53
-
|`--kino-surface-strong`|`color-mix(in oklab, black 70%, transparent)`| Stronger surface (idle play button) |
54
-
|`--kino-border`|`color-mix(in oklab, white 14%, transparent)`| Hairline borders |
55
-
|`--kino-text`|`oklch(98% 0 0)`| Primary text and icons |
56
-
|`--kino-text-dim`|`color-mix(in oklab, white 65%, transparent)`| Secondary text (timecode) |
@@ -70,15 +70,15 @@ For deeper control, every visual is driven by CSS custom properties on the `.kin
70
70
71
71
The player is keyboard-first. Shortcuts are ignored while a text input, textarea, select, or contenteditable element is focused, and modifier-key combinations (Ctrl/Cmd/Alt) are passed through.
0 commit comments