Yazi: Make selection bold.

This commit is contained in:
Dmitry Voronin 2024-11-25 04:06:10 +03:00
parent 1c43a448ef
commit 2f5ca61740
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -17,6 +17,7 @@
select = {
bg = "#${color.selection}";
fg = "#${color.fg.dark}";
bold = true;
};
text = {
fg = "#${color.fg.light}";