| 1 |
# makenot.work — the platform's titular default skin (the stock parchment |
| 2 |
# look), cross-available as a universal theme. Declared by intent; the values |
| 3 |
# reproduce MNW's hand-tuned look exactly. MNW tokens that diverge from a |
| 4 |
# generic role (brown warning, health-*, diff-*, stripe, input/overlay tints) |
| 5 |
# stay app-side literals in style.css and are intentionally not theme intents. |
| 6 |
|
| 7 |
[meta] |
| 8 |
name = "makenot.work" |
| 9 |
variant = "light" |
| 10 |
|
| 11 |
[surface] |
| 12 |
page = "#ede8e1" |
| 13 |
raised = "#f5f0eb" |
| 14 |
sunken = "#ddd7c5" |
| 15 |
overlay = "#f4f0eb" |
| 16 |
|
| 17 |
[content] |
| 18 |
primary = "#3d3530" |
| 19 |
secondary = "#5c554f" |
| 20 |
muted = "#8a8480" |
| 21 |
|
| 22 |
[action] |
| 23 |
primary = "#6c5ce7" |
| 24 |
|
| 25 |
[status] |
| 26 |
danger = "#c0392b" |
| 27 |
success = "#27ae60" |
| 28 |
warning = "#f59e0b" |
| 29 |
info = "#17a2b8" |
| 30 |
|
| 31 |
[line] |
| 32 |
border = "#d0cbb8" |
| 33 |
|
| 34 |
[category] |
| 35 |
one = "#c0392b" |
| 36 |
two = "#27ae60" |
| 37 |
three = "#6c5ce7" |
| 38 |
four = "#f59e0b" |
| 39 |
five = "#a29bfe" |
| 40 |
six = "#17a2b8" |
| 41 |
|