swapped window border gradient order

This commit is contained in:
twoneis 2024-07-02 03:52:07 +02:00
parent 761c8912e7
commit 7a49cfb537

View file

@ -48,8 +48,8 @@
focus-ring = { focus-ring = {
width = 4; width = 4;
active.gradient = { active.gradient = {
from=config.theme.rose; to=config.theme.rose;
to=config.theme.pine; from=config.theme.pine;
angle=135; angle=135;
}; };
inactive.color = config.theme.iris; inactive.color = config.theme.iris;