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:
musjj 2025-06-13 05:10:26 +07:00 committed by GitHub
parent 58b1de7ebf
commit 9724654e8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;