Skip to content

Commit

Permalink
yazi: migrate select -> pick
Browse files Browse the repository at this point in the history
Breaking change for 0.4.0 release, according to the migration guide [1]:
> 1.2 - Renamed the select component to pick component

[1]: https://www.github.com/sxyazi/yazi/issues/1772
  • Loading branch information
xokdvium committed Jan 2, 2025
1 parent 9807a52 commit ec07ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/yazi/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
permissions_s = mkFg cyan;
};

select = {
pick = {
border = mkFg blue;
active = mkFg magenta;
inactive = mkFg base05;
Expand Down

0 comments on commit ec07ec6

Please sign in to comment.