yazi: update tabs theming style (#1480)
Link: https://github.com/nix-community/stylix/pull/1480 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
parent
58b1de7ebf
commit
9724654e8d
1 changed files with 7 additions and 2 deletions
|
|
@ -36,8 +36,6 @@ mkTarget {
|
|||
marker_selected = mkSame yellow;
|
||||
marker_copied = mkSame green;
|
||||
marker_cut = mkSame red;
|
||||
tab_active = mkBoth base00 blue;
|
||||
tab_inactive = mkBoth base05 base01;
|
||||
border_style = mkFg base04;
|
||||
|
||||
count_copied = mkBoth base00 green;
|
||||
|
|
@ -45,6 +43,13 @@ mkTarget {
|
|||
count_selected = mkBoth base00 yellow;
|
||||
};
|
||||
|
||||
tabs = {
|
||||
active = (mkBoth base00 blue) // {
|
||||
bold = true;
|
||||
};
|
||||
inactive = mkBoth blue base01;
|
||||
};
|
||||
|
||||
mode = {
|
||||
normal_main = (mkBoth base00 blue) // {
|
||||
bold = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue