fix: titlebars should be mantle not crust (#238)

This commit is contained in:
nullishamy
2024-05-27 15:09:24 +01:00
committed by GitHub
parent 03fd2c9b7e
commit 8b54c05ff5
4 changed files with 4 additions and 4 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;