diff --git a/data/platform.appdata.xml.in b/data/platform.appdata.xml.in
index 1667f77..8f1e40a 100644
--- a/data/platform.appdata.xml.in
+++ b/data/platform.appdata.xml.in
@@ -16,6 +16,7 @@
- Rebase on GNOME 41 runtime
- Added elementary and freedesktop sound themes
+ - Use the correct stylesheet on OS 5
diff --git a/io.elementary.Sdk.json b/io.elementary.Sdk.json
index fb0c97a..3d84611 100644
--- a/io.elementary.Sdk.json
+++ b/io.elementary.Sdk.json
@@ -160,6 +160,28 @@
}
]
},
+ {
+ "name" : "platform-settings",
+ "buildsystem" : "simple",
+ "modules": [
+ {
+ "name" : "default-gtk-settings",
+ "buildsystem" : "simple",
+ "sources" : [
+ {
+ "type": "git",
+ "url": "https://github.com/elementary/default-settings.git"
+ }
+ ],
+ "build-commands": [
+ "install -Dm644 gtk/settings.ini /usr/etc/gtk-3.0/settings.ini"
+ ]
+ }
+ ],
+ "build-commands": [
+ "ln -s /usr/share/themes/io.elementary.stylesheet.blueberry /usr/share/themes/elementary"
+ ]
+ },
{
"name" : "appdata",
"buildsystem" : "meson",