use theme opacity

Signed-off-by: Hadi <hadi@example.com>
This commit is contained in:
Hadi
2026-05-28 11:58:35 +02:00
parent fd7c23055f
commit a5e4dcddac
+2 -2
View File
@@ -16,8 +16,8 @@ in {
appearance = {
transparency = {
enabled = true;
base = 0.85;
layers = 0.4;
base = config.theme.active-opacity;
layers = config.theme.inactive-opacity;
};
font.family = {
material = "Material Symbols Rounded";