swapped window border gradient order
This commit is contained in:
parent
761c8912e7
commit
7a49cfb537
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue