Theme settings — Countdown timer
config/settings_schema.json

Colors
| Setting | ID | Type | Default | Notes |
|---|
| Background color | countdown_bg_color | color | #111111 | — |
| Numbers color | countdown_numbers_color | color | #ffffff | — |
| Days / hours text color | countdown_labels_color | color | #b3b3b3 | — |
| Separator ( : ) color | countdown_separator_color | color | #b3b3b3 | — |
Border
| Setting | ID | Type | Default | Notes |
|---|
| Border style | countdown_border_style | select | none | Options: None · Solid · Dotted · Dashed · Double |
| Border width | countdown_border_width | range | 0 | Range 0–6 px, step 1 |
| Border color | countdown_border_color | color | #ffffff | — |
| Corner rounded | countdown_border_radius | range | 0 | Range 0–40 px, step 1 |
| Inner padding | countdown_padding | range | 5 | Range 0–24 px, step 1 |
Desktop size
| Setting | ID | Type | Default | Notes |
|---|
| Width | countdown_width | range | 100 | Range 50–100 %, step 1 |
| Height | countdown_height | range | 38 | Range 28–64 px, step 1 |
Mobile size
| Setting | ID | Type | Default | Notes |
|---|
| Width | countdown_mobile_width | range | 100 | Range 50–100 %, step 1 |
| Height | countdown_mobile_height | range | 32 | Range 24–56 px, step 1 |