mirror of
https://github.com/danth/stylix
synced 2024-11-10 06:34:15 +00:00
Fix Zellij selection highlight (#112)
Closes #111 Theme's bg value is used for selection, not the background so updated bg to base03 to address this
This commit is contained in:
parent
9197996704
commit
7dfce721b9
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
programs.zellij.settings = {
|
||||
theme = "stylix";
|
||||
themes.stylix = with config.lib.stylix.colors.withHashtag; {
|
||||
bg = base00;
|
||||
bg = base03;
|
||||
fg = base05;
|
||||
red = base08;
|
||||
green = base0B;
|
||||
|
|
Loading…
Reference in a new issue