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

Commit

Permalink
fix: titlebars should be mantle not crust (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
nullishamy committed May 27, 2024
1 parent 03fd2c9 commit 8b54c05
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion patches/colloid/palette.tera
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ index 00000000..4ff0da0d
+$grey-600: red;
+$grey-650: #{{ palette.surface0.hex }};
+$grey-700: #{{ palette.base.hex }};
+$grey-750: #{{ palette.crust.hex }};
+$grey-750: #{{ palette.mantle.hex }};
+$grey-800: #{{ palette.crust.hex }};
+$grey-850: #020202;
+$grey-900: #010101;
Expand Down
2 changes: 1 addition & 1 deletion patches/colloid/sass-palette-frappe.patch
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ index 00000000..4ff0da0d
+$grey-600: red;
+$grey-650: #414559;
+$grey-700: #303446;
+$grey-750: #232634;
+$grey-750: #292c3c;
+$grey-800: #232634;
+$grey-850: #020202;
+$grey-900: #010101;
Expand Down
2 changes: 1 addition & 1 deletion patches/colloid/sass-palette-macchiato.patch
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ index 00000000..4ff0da0d
+$grey-600: red;
+$grey-650: #363a4f;
+$grey-700: #24273a;
+$grey-750: #181926;
+$grey-750: #1e2030;
+$grey-800: #181926;
+$grey-850: #020202;
+$grey-900: #010101;
Expand Down
2 changes: 1 addition & 1 deletion patches/colloid/sass-palette-mocha.patch
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ index 00000000..4ff0da0d
+$grey-600: red;
+$grey-650: #313244;
+$grey-700: #1e1e2e;
+$grey-750: #11111b;
+$grey-750: #181825;
+$grey-800: #11111b;
+$grey-850: #020202;
+$grey-900: #010101;
Expand Down

0 comments on commit 8b54c05

Please sign in to comment.