Yazi: Make selection bold.
This commit is contained in:
parent
1c43a448ef
commit
2f5ca61740
|
@ -17,6 +17,7 @@
|
||||||
select = {
|
select = {
|
||||||
bg = "#${color.selection}";
|
bg = "#${color.selection}";
|
||||||
fg = "#${color.fg.dark}";
|
fg = "#${color.fg.dark}";
|
||||||
|
bold = true;
|
||||||
};
|
};
|
||||||
text = {
|
text = {
|
||||||
fg = "#${color.fg.light}";
|
fg = "#${color.fg.light}";
|
||||||
|
|
Loading…
Reference in a new issue