git.lucas.co / cce-ui
GPU-accelerated UI toolkit (Vulkan)
git clone https://git.lucas.co/cce-ui.git

commitf06009c652dbb6fef1d52bb7528609613e85532d
parentdd1bd07654
authorLucas Galante <[email protected]>
date2026-06-29 18:51
Map style.status.background_color and background_blur, and remove box_opacity mapping

 src/layout.rs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/layout.rs b/src/layout.rs
index 94313d8..f8c5e35 100644
--- a/src/layout.rs
+++ b/src/layout.rs
@@ -33,7 +33,8 @@ fn flatten_map_json(val: &serde_json::Value, prefix: &str, toml_like: &mut Strin
                 "style.toggle.border_width" => "toggle_border_width",
                 "style.toggle.disabled_color" => "toggle_disabled_color",
                 "style.status.normal_color" => "status_normal_color",
-                "style.status.box_opacity" => "status_box_opacity",
+                "style.status.background_color" => "status_background_color",
+                "style.status.background_blur" => "status_background_blur",
                 "style.highlight.primary" => "primary_highlight_color",
                 "style.window.opacity" => "window_opacity",
                 "style.window.floating_backplate_opacity" => "floating_backplate_opacity",