GPU-accelerated UI toolkit (Vulkan)
git clone https://git.lucas.co/cce-ui.git
Rename desktop.background to desktop.background_color
src/layout.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/layout.rs b/src/layout.rs
index f8c5e35..d7c156e 100644
--- a/src/layout.rs
+++ b/src/layout.rs
@@ -48,7 +48,7 @@ fn flatten_map_json(val: &serde_json::Value, prefix: &str, toml_like: &mut Strin
"style.overlay.position" => "overlay_position",
"style.overlay.border_gap" => "overlay_border_gap",
"style.editor.last_page" => "last_page",
- "style.surfaces.desktop.background" => "desktop_background",
+ "style.surfaces.desktop.background_color" => "desktop_background_color",
"style.surfaces.desktop.grid_color" => "desktop_grid_color",
"style.surfaces.desktop.line_width" => "desktop_line_width",
"style.surfaces.plate.padding" => "plate_padding",