yazi: more color tweaks (#1245)

Link: https://github.com/danth/stylix/pull/1245

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
musjj 2025-05-12 06:10:42 +07:00 committed by GitHub
parent aaf976a819
commit 77696d77ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@
};
cwd = mkFg cyan;
hovered = (mkBoth base05 base02) // {
hovered = (mkBg base02) // {
bold = true;
};
preview_hovered = hovered;
@ -42,6 +42,10 @@
tab_active = mkBoth base00 blue;
tab_inactive = mkBoth base05 base01;
border_style = mkFg base04;
count_copied = mkBoth base00 green;
count_cut = mkBoth base00 red;
count_selected = mkBoth base00 yellow;
};
mode = {