feat(app): generate color palettes (#16232)

This commit is contained in:
Adam
2026-03-08 19:28:58 -05:00
committed by GitHub
parent 7d7837e5b6
commit b976f339e8
29 changed files with 1268 additions and 2988 deletions

View File

@@ -3,131 +3,37 @@
"name": "Ayu",
"id": "ayu",
"light": {
"seeds": {
"palette": {
"neutral": "#fdfaf4",
"ink": "#4f5964",
"primary": "#4aa8c8",
"accent": "#ef7d71",
"success": "#5fb978",
"warning": "#ea9f41",
"error": "#e6656a",
"info": "#2f9bce",
"interactive": "#4aa8c8",
"diffAdd": "#b1d780",
"diffDelete": "#e6656a"
},
"overrides": {
"background-base": "#fdfaf4",
"background-weak": "#fcf9f3",
"background-strong": "#fbf8f2",
"background-stronger": "#faf7f1",
"surface-raised-base-hover": "#f4f0e9",
"border-weak-base": "#e6ddcf",
"border-weak-hover": "#dcd3c5",
"border-weak-active": "#d1c9ba",
"border-weak-selected": "#c6bfaf",
"border-weak-disabled": "#f7f0e6",
"border-weak-focus": "#cbc4b6",
"border-base": "#bfb3a3",
"border-hover": "#b4a898",
"border-active": "#a99e8e",
"border-selected": "#9e9383",
"border-disabled": "#efe5d8",
"border-focus": "#b09f8f",
"border-strong-base": "#837765",
"border-strong-hover": "#7a6f5f",
"border-strong-active": "#716655",
"border-strong-selected": "#685e4e",
"border-strong-disabled": "#d8cabc",
"border-strong-focus": "#766b5c",
"surface-diff-add-base": "#eef5e4",
"surface-diff-delete-base": "#fde5e5",
"surface-diff-hidden-base": "#e3edf3",
"text-base": "#4f5964",
"text-weak": "#77818d",
"text-strong": "#1b232b",
"syntax-string": "#7fad00",
"syntax-primitive": "#ef7d71",
"syntax-property": "#4aa8c8",
"syntax-type": "#ed982e",
"syntax-constant": "#2f9bce",
"syntax-info": "#2f9bce",
"markdown-heading": "#4aa8c8",
"markdown-text": "#4f5964",
"markdown-link": "#4aa8c8",
"markdown-link-text": "#2f9bce",
"markdown-code": "#7fad00",
"markdown-block-quote": "#ed982e",
"markdown-emph": "#ed982e",
"markdown-strong": "#f07f72",
"markdown-horizontal-rule": "#d7cec0",
"markdown-list-item": "#4aa8c8",
"markdown-list-enumeration": "#2f9bce",
"markdown-image": "#4aa8c8",
"markdown-image-text": "#2f9bce",
"markdown-code-block": "#4aa8c8"
"syntax-keyword": "#ea9f41"
}
},
"dark": {
"seeds": {
"palette": {
"neutral": "#0f1419",
"ink": "#d6dae0",
"primary": "#3fb7e3",
"accent": "#f2856f",
"success": "#78d05c",
"warning": "#e4a75c",
"error": "#f58572",
"info": "#66c6f1",
"interactive": "#3fb7e3",
"diffAdd": "#59c57c",
"diffDelete": "#f58572"
},
"overrides": {
"background-base": "#0f1419",
"background-weak": "#18222c",
"background-strong": "#0b1015",
"background-stronger": "#080c10",
"surface-raised-base-hover": "#0f1419",
"border-weak-base": "#2b3440",
"border-weak-hover": "#323c49",
"border-weak-active": "#394454",
"border-weak-selected": "#415063",
"border-weak-disabled": "#0a0e12",
"border-weak-focus": "#374453",
"border-base": "#475367",
"border-hover": "#515f75",
"border-active": "#5d6b83",
"border-selected": "#687795",
"border-disabled": "#11161d",
"border-focus": "#56647c",
"border-strong-base": "#73819b",
"border-strong-hover": "#7f8da8",
"border-strong-active": "#8b99b5",
"border-strong-selected": "#98a6c3",
"border-strong-disabled": "#1b222c",
"border-strong-focus": "#8391ad",
"surface-diff-add-base": "#132f27",
"surface-diff-delete-base": "#361d20",
"surface-diff-hidden-base": "#1b2632",
"text-base": "#d6dae0",
"text-weak": "#a3adba",
"text-strong": "#fbfbfd",
"syntax-string": "#b1c74a",
"syntax-primitive": "#f2856f",
"syntax-property": "#3fb7e3",
"syntax-type": "#e4a75c",
"syntax-constant": "#66c6f1",
"syntax-info": "#66c6f1",
"markdown-heading": "#3fb7e3",
"markdown-text": "#d6dae0",
"markdown-link": "#3fb7e3",
"markdown-link-text": "#66c6f1",
"markdown-code": "#b1c74a",
"markdown-block-quote": "#e4a75c",
"markdown-emph": "#e4a75c",
"markdown-strong": "#f2856f",
"markdown-horizontal-rule": "#2b3542",
"markdown-list-item": "#3fb7e3",
"markdown-list-enumeration": "#66c6f1",
"markdown-image": "#3fb7e3",
"markdown-image-text": "#66c6f1",
"markdown-code-block": "#d6dae0"
"syntax-keyword": "#ffad66"
}
}
}