Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
fix: white/black
Browse files Browse the repository at this point in the history
  • Loading branch information
nullishamy committed May 24, 2024
1 parent a83951f commit 8ff5f1f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions patches/colloid/palette.tera
Original file line number Diff line number Diff line change
Expand Up @@ -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 }};
Expand Down
4 changes: 2 additions & 2 deletions patches/colloid/sass-palette-frappe.patch
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ index 00000000..8a905942
+$grey-950: #000000;
+
+// White
+$white: #c6d0f5;
+$white: #eff1f5;
+
+// Black
+$black: #303446;
+$black: #11111b;
+
+// Button
+$button-close: #e78284;
Expand Down
4 changes: 2 additions & 2 deletions patches/colloid/sass-palette-macchiato.patch
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ index 00000000..8a905942
+$grey-950: #000000;
+
+// White
+$white: #cad3f5;
+$white: #eff1f5;
+
+// Black
+$black: #24273a;
+$black: #11111b;
+
+// Button
+$button-close: #ed8796;
Expand Down
4 changes: 2 additions & 2 deletions patches/colloid/sass-palette-mocha.patch
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ index 00000000..8a905942
+$grey-950: #000000;
+
+// White
+$white: #cdd6f4;
+$white: #eff1f5;
+
+// Black
+$black: #1e1e2e;
+$black: #11111b;
+
+// Button
+$button-close: #f38ba8;
Expand Down

0 comments on commit 8ff5f1f

Please sign in to comment.