diff --git a/CHANGELOG.md b/CHANGELOG.md
index e8accec..8671225 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,12 +8,17 @@
### Changed
+- (Editor/UI): Scrollbar now matches palette colours directly (`surface0` by default, `surface1` on hover.)
+
### Deprecated
### Removed
### Fixed
+- (UI): Removed macOS scrollbar turning yellow on hover. I'm sorry to anyone who liked this behaviour, but it was not
+ supposed to exist in the first place.
+
### Security
## 3.3.5 - 2024-11-01
diff --git a/generateFlavours/editor.xml b/generateFlavours/editor.xml
index b64d064..371c1af 100644
--- a/generateFlavours/editor.xml
+++ b/generateFlavours/editor.xml
@@ -70,10 +70,14 @@
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/generateFlavours/ui.theme.json b/generateFlavours/ui.theme.json
index b5a5fc4..5c506a2 100644
--- a/generateFlavours/ui.theme.json
+++ b/generateFlavours/ui.theme.json
@@ -335,11 +335,15 @@
"stopBackground": "red"
},
"ScrollBar": {
+ "thumbBorderColor": "surface0",
+ "thumbColor": "surface0",
+ "hoverThumbColor": "surface1",
+ "hoverThumbBorderColor": "surface1",
"Mac": {
- "Transparent": {
- "hoverThumbColor": "secondaryAccentColor"
- },
- "hoverThumbColor": "secondaryAccentColor"
+ "thumbBorderColor": "surface0",
+ "thumbColor": "surface0",
+ "hoverThumbColor": "surface1",
+ "hoverThumbBorderColor": "surface1"
}
},
"SearchEverywhere": {