Yazi : Regular bg to increase the contrast.

This commit is contained in:
Dmitry Voronin 2024-06-23 23:38:56 +03:00
parent ddb63b2285
commit 5107c255ef
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -7,15 +7,15 @@ in {
manager = { manager = {
cwd = { cwd = {
fg = "#${style.color.fg.light}"; fg = "#${style.color.fg.light}";
# bg = "#${style.color.bg.dark}"; # bg = "#${style.color.bg.regular}";
}; };
hovered = { hovered = {
fg = "#${style.color.fg.light}"; fg = "#${style.color.fg.light}";
bg = "#${style.color.bg.dark}"; bg = "#${style.color.bg.regular}";
}; };
preview_hovered = { preview_hovered = {
fg = "#${style.color.fg.light}"; fg = "#${style.color.fg.light}";
bg = "#${style.color.bg.dark}"; bg = "#${style.color.bg.regular}";
}; };
border_style = border; border_style = border;
tab_active = { tab_active = {