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:
parent
84971726c7
commit
0990697fe9
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue