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:
parent
aaf976a819
commit
77696d77ae
1 changed files with 5 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue