diff --git a/data/meson.build b/data/meson.build
index 264c6ce1..15656551 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -40,3 +40,8 @@ install_data(
'xed.1',
install_dir : join_paths(get_option('prefix'), get_option('mandir'), 'man1')
)
+
+install_data(
+ 'xed.xml',
+ install_dir: join_paths(datadir, 'gtksourceview-4', 'styles')
+)
diff --git a/data/org.x.editor.gschema.xml.in b/data/org.x.editor.gschema.xml.in
index 8797612e..17a16269 100644
--- a/data/org.x.editor.gschema.xml.in
+++ b/data/org.x.editor.gschema.xml.in
@@ -48,7 +48,7 @@
- 'tango'
+ 'xed'
Style Scheme
The ID of a GtkSourceView Style Scheme used to color the text.
diff --git a/data/xed.xml b/data/xed.xml
new file mode 100644
index 00000000..40537f21
--- /dev/null
+++ b/data/xed.xml
@@ -0,0 +1,123 @@
+
+
+ Xed Team
+ <_description>The default color scheme.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/debian/xed-common.install b/debian/xed-common.install
index 5c5107c9..5d111298 100644
--- a/debian/xed-common.install
+++ b/debian/xed-common.install
@@ -4,3 +4,4 @@ usr/share/glib-2.0
usr/share/help
usr/share/locale
usr/share/xed/icons
+usr/share/gtksourceview*