zellij: make ribbon_unselected background darker and base lighter (#2257)

Link: https://github.com/nix-community/stylix/pull/2257
Closes: https://github.com/nix-community/stylix/issues/143

Reviewed-by: 0xda157 <da157@voidq.com>
Tested-by: 0xda157 <da157@voidq.com>
This commit is contained in:
municorn 2026-04-29 16:10:02 -06:00 committed by GitHub
parent 84971726c7
commit 0990697fe9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,8 +31,8 @@ mkTarget {
emphasis_3 = base0D;
};
ribbon_unselected = {
base = base01;
background = base05;
base = base05;
background = base02;
emphasis_0 = base08;
emphasis_1 = base05;
emphasis_2 = base0D;