GPU-accelerated UI toolkit (Vulkan)
git clone https://git.lucas.co/cce-ui.git
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",