mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 21:01:34 +01:00
Change window border color to black in light mode
This commit is contained in:
parent
51f44b3f7a
commit
5cacf62736
1 changed files with 7 additions and 1 deletions
|
|
@ -27,7 +27,13 @@
|
|||
general = {
|
||||
gaps_in = 5;
|
||||
gaps_out = 10;
|
||||
border_size = 1;
|
||||
border_size = 2;
|
||||
"col.active_border" =
|
||||
{
|
||||
dark = "rgb(ffffff)";
|
||||
light = "rgb(000000)";
|
||||
}
|
||||
.${config.myConfig.de.theme};
|
||||
layout = "master";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue