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": { "light": {
"seeds": { "seeds": {
"neutral": "#fdfaf4", "neutral": "#fdfaf4",
"primary": "#55b4d4", "primary": "#4aa8c8",
"success": "#6ac782", "success": "#5fb978",
"warning": "#f2ae49", "warning": "#ea9f41",
"error": "#f05f65", "error": "#e6656a",
"info": "#36a3d9", "info": "#2f9bce",
"interactive": "#55b4d4", "interactive": "#4aa8c8",
"diffAdd": "#b8df8a", "diffAdd": "#b1d780",
"diffDelete": "#f05f65" "diffDelete": "#e6656a"
}, },
"overrides": { "overrides": {
"background-base": "#fdfaf4", "background-base": "#fdfaf4",
"background-weak": "#f6f0e7", "background-weak": "#f7f0e5",
"background-strong": "#f1ebe2", "background-strong": "#efe5d3",
"background-stronger": "#ece4da", "background-stronger": "#e6dac8",
"border-weak-base": "#e6ddcf", "border-weak-base": "#ded2c0",
"border-weak-hover": "#dcd3c5", "border-weak-hover": "#d3c7b5",
"border-weak-active": "#d1c9ba", "border-weak-active": "#c9bcaa",
"border-weak-selected": "#c6bfaf", "border-weak-selected": "#bfb2a0",
"border-weak-disabled": "#f7f0e6", "border-weak-disabled": "#f4ede2",
"border-weak-focus": "#cbc4b6", "border-weak-focus": "#c4b8a6",
"border-base": "#bfb3a3", "border-base": "#b1a492",
"border-hover": "#b4a898", "border-hover": "#a79b89",
"border-active": "#a99e8e", "border-active": "#9d9180",
"border-selected": "#9e9383", "border-selected": "#938776",
"border-disabled": "#efe5d8", "border-disabled": "#e5d9c9",
"border-focus": "#b09f8f", "border-focus": "#a29382",
"border-strong-base": "#8f806f", "border-strong-base": "#837765",
"border-strong-hover": "#837465", "border-strong-hover": "#7a6f5f",
"border-strong-active": "#77685a", "border-strong-active": "#716655",
"border-strong-selected": "#6b5d51", "border-strong-selected": "#685e4e",
"border-strong-disabled": "#d8cabc", "border-strong-disabled": "#d1c4b5",
"border-strong-focus": "#7c6d5e", "border-strong-focus": "#766b5c",
"surface-diff-add-base": "#eef5e4", "surface-diff-add-base": "#e6f1d8",
"surface-diff-delete-base": "#fde5e5", "surface-diff-delete-base": "#f7dddd",
"surface-diff-hidden-base": "#e3edf3", "surface-diff-hidden-base": "#e1edf5",
"text-base": "#5c6773", "text-base": "#4f5964",
"text-weak": "#8a939f", "text-weak": "#77818d",
"text-strong": "#2a3038", "text-strong": "#1b232b",
"syntax-string": "#86b300", "syntax-string": "#7fad00",
"syntax-primitive": "#f28779", "syntax-primitive": "#ef7d71",
"syntax-property": "#55b4d4", "syntax-property": "#4aa8c8",
"syntax-type": "#f29e32", "syntax-type": "#ed982e",
"syntax-constant": "#36a3d9", "syntax-constant": "#2f9bce",
"syntax-info": "#36a3d9", "syntax-info": "#2f9bce",
"markdown-heading": "#55b4d4", "markdown-heading": "#4aa8c8",
"markdown-text": "#5c6773", "markdown-text": "#4f5964",
"markdown-link": "#55b4d4", "markdown-link": "#4aa8c8",
"markdown-link-text": "#36a3d9", "markdown-link-text": "#2f9bce",
"markdown-code": "#86b300", "markdown-code": "#7fad00",
"markdown-block-quote": "#f29e32", "markdown-block-quote": "#ed982e",
"markdown-emph": "#f29e32", "markdown-emph": "#ed982e",
"markdown-strong": "#f28779", "markdown-strong": "#f07f72",
"markdown-horizontal-rule": "#d7cec0", "markdown-horizontal-rule": "#c8bcaf",
"markdown-list-item": "#55b4d4", "markdown-list-item": "#4aa8c8",
"markdown-list-enumeration": "#36a3d9", "markdown-list-enumeration": "#2f9bce",
"markdown-image": "#55b4d4", "markdown-image": "#4aa8c8",
"markdown-image-text": "#36a3d9", "markdown-image-text": "#2f9bce",
"markdown-code-block": "#55b4d4" "markdown-code-block": "#4aa8c8"
} }
}, },
"dark": { "dark": {
"seeds": { "seeds": {
"neutral": "#0f1419", "neutral": "#0f1419",
"primary": "#39bae6", "primary": "#3fb7e3",
"success": "#7fd962", "success": "#78d05c",
"warning": "#ebb062", "warning": "#e4a75c",
"error": "#ff8f77", "error": "#f58572",
"info": "#73d0ff", "info": "#66c6f1",
"interactive": "#39bae6", "interactive": "#3fb7e3",
"diffAdd": "#5cc885", "diffAdd": "#59c57c",
"diffDelete": "#ff8f77" "diffDelete": "#f58572"
}, },
"overrides": { "overrides": {
"background-base": "#0f1419", "background-base": "#0f1419",
"background-weak": "#121920", "background-weak": "#18222c",
"background-strong": "#0d1116", "background-strong": "#0b1015",
"background-stronger": "#0a0e13", "background-stronger": "#080c10",
"border-weak-base": "#262c34", "border-weak-base": "#2b3440",
"border-weak-hover": "#2b323d", "border-weak-hover": "#323c49",
"border-weak-active": "#303746", "border-weak-active": "#394454",
"border-weak-selected": "#363d50", "border-weak-selected": "#415063",
"border-weak-disabled": "#080b0f", "border-weak-disabled": "#0a0e12",
"border-weak-focus": "#323a48", "border-weak-focus": "#374453",
"border-base": "#3d4555", "border-base": "#475367",
"border-hover": "#454d61", "border-hover": "#515f75",
"border-active": "#4c556d", "border-active": "#5d6b83",
"border-selected": "#545d79", "border-selected": "#687795",
"border-disabled": "#0e1218", "border-disabled": "#11161d",
"border-focus": "#495368", "border-focus": "#56647c",
"border-strong-base": "#626c81", "border-strong-base": "#73819b",
"border-strong-hover": "#6c7690", "border-strong-hover": "#7f8da8",
"border-strong-active": "#76819f", "border-strong-active": "#8b99b5",
"border-strong-selected": "#808bae", "border-strong-selected": "#98a6c3",
"border-strong-disabled": "#151b23", "border-strong-disabled": "#1b222c",
"border-strong-focus": "#6f7a96", "border-strong-focus": "#8391ad",
"surface-diff-add-base": "#102922", "surface-diff-add-base": "#132f27",
"surface-diff-delete-base": "#2b1718", "surface-diff-delete-base": "#361d20",
"surface-diff-hidden-base": "#182028", "surface-diff-hidden-base": "#1b2632",
"text-base": "#ced0d6", "text-base": "#d6dae0",
"text-weak": "#8f9aa5", "text-weak": "#a3adba",
"text-strong": "#f6f7f9", "text-strong": "#fbfbfd",
"syntax-string": "#b8cc52", "syntax-string": "#b1c74a",
"syntax-primitive": "#f59074", "syntax-primitive": "#f2856f",
"syntax-property": "#39bae6", "syntax-property": "#3fb7e3",
"syntax-type": "#ebb062", "syntax-type": "#e4a75c",
"syntax-constant": "#73d0ff", "syntax-constant": "#66c6f1",
"syntax-info": "#73d0ff", "syntax-info": "#66c6f1",
"markdown-heading": "#39bae6", "markdown-heading": "#3fb7e3",
"markdown-text": "#ced0d6", "markdown-text": "#d6dae0",
"markdown-link": "#39bae6", "markdown-link": "#3fb7e3",
"markdown-link-text": "#73d0ff", "markdown-link-text": "#66c6f1",
"markdown-code": "#b8cc52", "markdown-code": "#b1c74a",
"markdown-block-quote": "#ebb062", "markdown-block-quote": "#e4a75c",
"markdown-emph": "#ebb062", "markdown-emph": "#e4a75c",
"markdown-strong": "#f59074", "markdown-strong": "#f2856f",
"markdown-horizontal-rule": "#1f2630", "markdown-horizontal-rule": "#2b3542",
"markdown-list-item": "#39bae6", "markdown-list-item": "#3fb7e3",
"markdown-list-enumeration": "#73d0ff", "markdown-list-enumeration": "#66c6f1",
"markdown-image": "#39bae6", "markdown-image": "#3fb7e3",
"markdown-image-text": "#73d0ff", "markdown-image-text": "#66c6f1",
"markdown-code-block": "#ced0d6" "markdown-code-block": "#d6dae0"
} }
} }
} }