From 8ff5f1f020affd5c04a467e9ff563e4e338bf6af Mon Sep 17 00:00:00 2001 From: nullishamy Date: Fri, 24 May 2024 15:52:37 +0100 Subject: [PATCH] fix: white/black --- patches/colloid/palette.tera | 4 ++-- patches/colloid/sass-palette-frappe.patch | 4 ++-- patches/colloid/sass-palette-macchiato.patch | 4 ++-- patches/colloid/sass-palette-mocha.patch | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/patches/colloid/palette.tera b/patches/colloid/palette.tera index dbe82085..d38e2335 100644 --- a/patches/colloid/palette.tera +++ b/patches/colloid/palette.tera @@ -90,10 +90,10 @@ index 00000000..8a905942 {%- endif %} + +// White -+$white: #{{ if(cond=flavor.dark, t=palette.text.hex, f=palette.base.hex) }}; ++$white: #eff1f5; + +// Black -+$black: #{{ if(cond=flavor.dark, t=palette.base.hex, f="11111b") }}; ++$black: #11111b; + +// Button +$button-close: #{{ palette.red.hex }}; diff --git a/patches/colloid/sass-palette-frappe.patch b/patches/colloid/sass-palette-frappe.patch index 4297380f..908ac4b3 100644 --- a/patches/colloid/sass-palette-frappe.patch +++ b/patches/colloid/sass-palette-frappe.patch @@ -60,10 +60,10 @@ index 00000000..8a905942 +$grey-950: #000000; + +// White -+$white: #c6d0f5; ++$white: #eff1f5; + +// Black -+$black: #303446; ++$black: #11111b; + +// Button +$button-close: #e78284; diff --git a/patches/colloid/sass-palette-macchiato.patch b/patches/colloid/sass-palette-macchiato.patch index 79f8a3d8..953e4704 100644 --- a/patches/colloid/sass-palette-macchiato.patch +++ b/patches/colloid/sass-palette-macchiato.patch @@ -60,10 +60,10 @@ index 00000000..8a905942 +$grey-950: #000000; + +// White -+$white: #cad3f5; ++$white: #eff1f5; + +// Black -+$black: #24273a; ++$black: #11111b; + +// Button +$button-close: #ed8796; diff --git a/patches/colloid/sass-palette-mocha.patch b/patches/colloid/sass-palette-mocha.patch index 60db5138..ebb9d854 100644 --- a/patches/colloid/sass-palette-mocha.patch +++ b/patches/colloid/sass-palette-mocha.patch @@ -60,10 +60,10 @@ index 00000000..8a905942 +$grey-950: #000000; + +// White -+$white: #cdd6f4; ++$white: #eff1f5; + +// Black -+$black: #1e1e2e; ++$black: #11111b; + +// Button +$button-close: #f38ba8;