diff --git a/crates/rnote-ui/data/ui/settingspanel.ui b/crates/rnote-ui/data/ui/settingspanel.ui
index 957792fc86..a92e05986e 100644
--- a/crates/rnote-ui/data/ui/settingspanel.ui
+++ b/crates/rnote-ui/data/ui/settingspanel.ui
@@ -127,6 +127,21 @@ gets disabled.
+
+
+
@@ -440,18 +455,6 @@ gets disabled.
Set whether the document origin indicator is shown
-
-
- Invert Color Brightness
- Invert the brightness of the background and pattern colors
-
-
- center
- Invert
-
-
-
-
diff --git a/crates/rnote-ui/src/settingspanel/mod.rs b/crates/rnote-ui/src/settingspanel/mod.rs
index 71e54e78ac..37692c93da 100644
--- a/crates/rnote-ui/src/settingspanel/mod.rs
+++ b/crates/rnote-ui/src/settingspanel/mod.rs
@@ -57,6 +57,8 @@ mod imp {
#[template_child]
pub(crate) general_drawing_cursor_picker_menubutton: TemplateChild,
#[template_child]
+ pub(crate) general_background_invert_mode_row: TemplateChild,
+ #[template_child]
pub(crate) format_predefined_formats_row: TemplateChild,
#[template_child]
pub(crate) format_save_preset_button: TemplateChild