use niri border instead of focus-ring
This commit is contained in:
parent
18d379c020
commit
054288142d
1 changed files with 7 additions and 0 deletions
|
|
@ -123,6 +123,13 @@
|
||||||
];
|
];
|
||||||
default-column-width.proportion = 1.0 / 2.0;
|
default-column-width.proportion = 1.0 / 2.0;
|
||||||
focus-ring = {
|
focus-ring = {
|
||||||
|
enable = false;
|
||||||
|
active.color = "#8d4eef";
|
||||||
|
inactive.color = "#505050";
|
||||||
|
};
|
||||||
|
border = {
|
||||||
|
enable = true;
|
||||||
|
width = 3;
|
||||||
active.color = "#8d4eef";
|
active.color = "#8d4eef";
|
||||||
inactive.color = "#505050";
|
inactive.color = "#505050";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue