Change default background color

This commit is contained in:
Ebu
2025-12-02 12:29:13 +01:00
parent 160aecc7a9
commit c46ae5b298

View File

@@ -149,7 +149,7 @@ impl WindowHandler for PluginGui {
}
let (width, height) = (canvas.width(), canvas.height());
canvas.reset();
canvas.clear_rect(0, 0, width, height, Color::rgbaf(0.0, 0.0, 0.0, 1.0));
canvas.clear_rect(0, 0, width, height, Color::rgbaf(0.5, 0.5, 0.6, 1.0));
let mut full_window_path = Path::new();
full_window_path.rect(