mirror of
https://github.com/wth461694678/text-block-timer.git
synced 2026-07-22 12:30:24 +00:00
17 lines
No EOL
509 B
JSON
17 lines
No EOL
509 B
JSON
{
|
|
"autoStopTimers": "quit",
|
|
"timerInsertLocation": "head",
|
|
"enableCheckboxToTimer": true,
|
|
"runningCheckboxState": "/",
|
|
"pausedCheckboxState": "-xX",
|
|
"checkboxToTimerPathRestriction": "disable",
|
|
"pathRestrictionPaths": [],
|
|
"runningIcon": "⏳",
|
|
"pausedIcon": "💐",
|
|
"timeDisplayFormat": "smart",
|
|
"timerDisplayStyle": "badge",
|
|
"runningTextColor": "#10b981",
|
|
"runningBgColor": "rgba(16, 185, 129, 0.15)",
|
|
"pausedTextColor": "#6b7280",
|
|
"pausedBgColor": "rgba(107, 114, 128, 0.12)"
|
|
} |