Fix inactive window border color

This commit is contained in:
SebastianStork 2024-10-20 12:23:13 +02:00
parent 5cacf62736
commit 9a6056f51b

View file

@ -34,6 +34,12 @@
light = "rgb(000000)";
}
.${config.myConfig.de.theme};
"col.inactive_border" =
{
dark = "rgba(ffffff00)";
light = "rgba(ffffff00)";
}
.${config.myConfig.de.theme};
layout = "master";
};