Update palette colours

This commit is contained in:
Jarrod Doyle 2024-04-10 12:17:31 +01:00
parent 1065e104da
commit 0788dd10d5
Signed by: Jayrude
GPG Key ID: 38B57B16E7C0ADF7
1 changed files with 10 additions and 10 deletions

View File

@ -1,18 +1,18 @@
export global DarkPalette { export global DarkPalette {
out property <[brush]> text: [#090d10, #263340, #4b6681, #7e99b4, #bfccd9, #eff2f6]; out property <[brush]> text: [#78716c, #a8a29e, #d6d3d1, #e7e5e4, #fafaf9];
out property <[brush]> background: [#090c10, #252e41, #4a5d82, #7d90b5, #bec7da, #eff1f6]; out property <[brush]> background: [#0c0a09, #1c1917, #292524, #44403c, #57534e];
out property <[brush]> primary: [#080d12, #203446, #3f678d, #729ac0, #b9cddf, #edf2f7]; out property <[brush]> primary: [#083344, #164e63, #155e75, #0e7490, #0891b2];
out property <[brush]> secondary: [#070d12, #1d3349, #396693, #6c99c6, #b6cce2, #edf2f8]; out property <[brush]> secondary: [#44403c, #57534e, #78716c, #a8a29e, #d6d3d1];
out property <[brush]> accent: [#150e05, #523714, #a46e28, #d7a15b, #ebd0ad, #faf3ea]; out property <[brush]> accent: [#4c1d95, #5b21b6, #6d28d9, #7c3aed, #8b5cf6];
} }
export global LightPalette { export global LightPalette {
out property <[brush]> text: [#eff3f6, #bfcdd9, #7e9cb4, #4b6981, #263440, #090d10]; out property <[brush]> text: [#57534e, #44403c, #292524, #1c1917, #0c0a09];
out property <[brush]> background: [#f0f0f5, #c2c2d6, #8585ad, #52527a, #29293d, #0a0a0f]; out property <[brush]> background: [#fafaf9, #e7e5e4, #d6d3d1, #a8a29e, #78716c];
out property <[brush]> primary: [#edf2f7, #b9cddf, #729ac0, #3f678d, #203446, #080d12]; out property <[brush]> primary: [#06b6d4, #0891b2, #0e7490, #155e75, #164e63];
out property <[brush]> secondary: [#edf2f8, #b6cce2, #6c99c6, #396693, #1d3349, #070d12]; out property <[brush]> secondary: [#a8a29e, #78716c, #57534e, #44403c, #292524];
out property <[brush]> accent: [#faf3ea, #ebd0ad, #d7a15b, #a46e28, #523714, #150e05]; out property <[brush]> accent: [#8b5cf6, #7c3aed, #6d28d9, #5b21b6, #4c1d95];
} }
export global Metrics { export global Metrics {