From 0788dd10d5b17220c1d8eec43623da633b314360 Mon Sep 17 00:00:00 2001 From: Jarrod Doyle Date: Wed, 10 Apr 2024 12:17:31 +0100 Subject: [PATCH] Update palette colours --- ui/theme.slint | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ui/theme.slint b/ui/theme.slint index 1ed7844..0510947 100644 --- a/ui/theme.slint +++ b/ui/theme.slint @@ -1,18 +1,18 @@ export global DarkPalette { - out property <[brush]> text: [#090d10, #263340, #4b6681, #7e99b4, #bfccd9, #eff2f6]; - out property <[brush]> background: [#090c10, #252e41, #4a5d82, #7d90b5, #bec7da, #eff1f6]; - out property <[brush]> primary: [#080d12, #203446, #3f678d, #729ac0, #b9cddf, #edf2f7]; - out property <[brush]> secondary: [#070d12, #1d3349, #396693, #6c99c6, #b6cce2, #edf2f8]; - out property <[brush]> accent: [#150e05, #523714, #a46e28, #d7a15b, #ebd0ad, #faf3ea]; + out property <[brush]> text: [#78716c, #a8a29e, #d6d3d1, #e7e5e4, #fafaf9]; + out property <[brush]> background: [#0c0a09, #1c1917, #292524, #44403c, #57534e]; + out property <[brush]> primary: [#083344, #164e63, #155e75, #0e7490, #0891b2]; + out property <[brush]> secondary: [#44403c, #57534e, #78716c, #a8a29e, #d6d3d1]; + out property <[brush]> accent: [#4c1d95, #5b21b6, #6d28d9, #7c3aed, #8b5cf6]; } export global LightPalette { - out property <[brush]> text: [#eff3f6, #bfcdd9, #7e9cb4, #4b6981, #263440, #090d10]; - out property <[brush]> background: [#f0f0f5, #c2c2d6, #8585ad, #52527a, #29293d, #0a0a0f]; - out property <[brush]> primary: [#edf2f7, #b9cddf, #729ac0, #3f678d, #203446, #080d12]; - out property <[brush]> secondary: [#edf2f8, #b6cce2, #6c99c6, #396693, #1d3349, #070d12]; - out property <[brush]> accent: [#faf3ea, #ebd0ad, #d7a15b, #a46e28, #523714, #150e05]; + out property <[brush]> text: [#57534e, #44403c, #292524, #1c1917, #0c0a09]; + out property <[brush]> background: [#fafaf9, #e7e5e4, #d6d3d1, #a8a29e, #78716c]; + out property <[brush]> primary: [#06b6d4, #0891b2, #0e7490, #155e75, #164e63]; + out property <[brush]> secondary: [#a8a29e, #78716c, #57534e, #44403c, #292524]; + out property <[brush]> accent: [#8b5cf6, #7c3aed, #6d28d9, #5b21b6, #4c1d95]; } export global Metrics {