wip(app): ayu colors

This commit is contained in:
Adam
2026-01-20 10:48:34 -06:00
parent 281c9d1870
commit 5521d66bb8

View File

@@ -5,127 +5,127 @@
"light": {
"seeds": {
"neutral": "#fdfaf4",
"primary": "#55b4d4",
"success": "#6ac782",
"warning": "#f2ae49",
"error": "#f05f65",
"info": "#36a3d9",
"interactive": "#55b4d4",
"diffAdd": "#b8df8a",
"diffDelete": "#f05f65"
"primary": "#4aa8c8",
"success": "#5fb978",
"warning": "#ea9f41",
"error": "#e6656a",
"info": "#2f9bce",
"interactive": "#4aa8c8",
"diffAdd": "#b1d780",
"diffDelete": "#e6656a"
},
"overrides": {
"background-base": "#fdfaf4",
"background-weak": "#f6f0e7",
"background-strong": "#f1ebe2",
"background-stronger": "#ece4da",
"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": "#8f806f",
"border-strong-hover": "#837465",
"border-strong-active": "#77685a",
"border-strong-selected": "#6b5d51",
"border-strong-disabled": "#d8cabc",
"border-strong-focus": "#7c6d5e",
"surface-diff-add-base": "#eef5e4",
"surface-diff-delete-base": "#fde5e5",
"surface-diff-hidden-base": "#e3edf3",
"text-base": "#5c6773",
"text-weak": "#8a939f",
"text-strong": "#2a3038",
"syntax-string": "#86b300",
"syntax-primitive": "#f28779",
"syntax-property": "#55b4d4",
"syntax-type": "#f29e32",
"syntax-constant": "#36a3d9",
"syntax-info": "#36a3d9",
"markdown-heading": "#55b4d4",
"markdown-text": "#5c6773",
"markdown-link": "#55b4d4",
"markdown-link-text": "#36a3d9",
"markdown-code": "#86b300",
"markdown-block-quote": "#f29e32",
"markdown-emph": "#f29e32",
"markdown-strong": "#f28779",
"markdown-horizontal-rule": "#d7cec0",
"markdown-list-item": "#55b4d4",
"markdown-list-enumeration": "#36a3d9",
"markdown-image": "#55b4d4",
"markdown-image-text": "#36a3d9",
"markdown-code-block": "#55b4d4"
"background-weak": "#f7f0e5",
"background-strong": "#efe5d3",
"background-stronger": "#e6dac8",
"border-weak-base": "#ded2c0",
"border-weak-hover": "#d3c7b5",
"border-weak-active": "#c9bcaa",
"border-weak-selected": "#bfb2a0",
"border-weak-disabled": "#f4ede2",
"border-weak-focus": "#c4b8a6",
"border-base": "#b1a492",
"border-hover": "#a79b89",
"border-active": "#9d9180",
"border-selected": "#938776",
"border-disabled": "#e5d9c9",
"border-focus": "#a29382",
"border-strong-base": "#837765",
"border-strong-hover": "#7a6f5f",
"border-strong-active": "#716655",
"border-strong-selected": "#685e4e",
"border-strong-disabled": "#d1c4b5",
"border-strong-focus": "#766b5c",
"surface-diff-add-base": "#e6f1d8",
"surface-diff-delete-base": "#f7dddd",
"surface-diff-hidden-base": "#e1edf5",
"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": "#c8bcaf",
"markdown-list-item": "#4aa8c8",
"markdown-list-enumeration": "#2f9bce",
"markdown-image": "#4aa8c8",
"markdown-image-text": "#2f9bce",
"markdown-code-block": "#4aa8c8"
}
},
"dark": {
"seeds": {
"neutral": "#0f1419",
"primary": "#39bae6",
"success": "#7fd962",
"warning": "#ebb062",
"error": "#ff8f77",
"info": "#73d0ff",
"interactive": "#39bae6",
"diffAdd": "#5cc885",
"diffDelete": "#ff8f77"
"primary": "#3fb7e3",
"success": "#78d05c",
"warning": "#e4a75c",
"error": "#f58572",
"info": "#66c6f1",
"interactive": "#3fb7e3",
"diffAdd": "#59c57c",
"diffDelete": "#f58572"
},
"overrides": {
"background-base": "#0f1419",
"background-weak": "#121920",
"background-strong": "#0d1116",
"background-stronger": "#0a0e13",
"border-weak-base": "#262c34",
"border-weak-hover": "#2b323d",
"border-weak-active": "#303746",
"border-weak-selected": "#363d50",
"border-weak-disabled": "#080b0f",
"border-weak-focus": "#323a48",
"border-base": "#3d4555",
"border-hover": "#454d61",
"border-active": "#4c556d",
"border-selected": "#545d79",
"border-disabled": "#0e1218",
"border-focus": "#495368",
"border-strong-base": "#626c81",
"border-strong-hover": "#6c7690",
"border-strong-active": "#76819f",
"border-strong-selected": "#808bae",
"border-strong-disabled": "#151b23",
"border-strong-focus": "#6f7a96",
"surface-diff-add-base": "#102922",
"surface-diff-delete-base": "#2b1718",
"surface-diff-hidden-base": "#182028",
"text-base": "#ced0d6",
"text-weak": "#8f9aa5",
"text-strong": "#f6f7f9",
"syntax-string": "#b8cc52",
"syntax-primitive": "#f59074",
"syntax-property": "#39bae6",
"syntax-type": "#ebb062",
"syntax-constant": "#73d0ff",
"syntax-info": "#73d0ff",
"markdown-heading": "#39bae6",
"markdown-text": "#ced0d6",
"markdown-link": "#39bae6",
"markdown-link-text": "#73d0ff",
"markdown-code": "#b8cc52",
"markdown-block-quote": "#ebb062",
"markdown-emph": "#ebb062",
"markdown-strong": "#f59074",
"markdown-horizontal-rule": "#1f2630",
"markdown-list-item": "#39bae6",
"markdown-list-enumeration": "#73d0ff",
"markdown-image": "#39bae6",
"markdown-image-text": "#73d0ff",
"markdown-code-block": "#ced0d6"
"background-weak": "#18222c",
"background-strong": "#0b1015",
"background-stronger": "#080c10",
"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"
}
}
}