hyprland: update inactive border color
This commit is contained in:
parent
1f2a2b7460
commit
6be6f4fa83
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
gaps_out = 20;
|
gaps_out = 20;
|
||||||
border_size = 4;
|
border_size = 4;
|
||||||
"col.active_border" = "rgb(f7768e) rgb(2ac3de)";
|
"col.active_border" = "rgb(f7768e) rgb(2ac3de)";
|
||||||
"col.inactive_border" = "rgb(6c7086)";
|
"col.inactive_border" = "rgb(313244)";
|
||||||
|
|
||||||
layout = "dwindle";
|
layout = "dwindle";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue