mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Fix inactive window border color
This commit is contained in:
parent
5cacf62736
commit
9a6056f51b
1 changed files with 6 additions and 0 deletions
|
|
@ -34,6 +34,12 @@
|
||||||
light = "rgb(000000)";
|
light = "rgb(000000)";
|
||||||
}
|
}
|
||||||
.${config.myConfig.de.theme};
|
.${config.myConfig.de.theme};
|
||||||
|
"col.inactive_border" =
|
||||||
|
{
|
||||||
|
dark = "rgba(ffffff00)";
|
||||||
|
light = "rgba(ffffff00)";
|
||||||
|
}
|
||||||
|
.${config.myConfig.de.theme};
|
||||||
layout = "master";
|
layout = "master";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue