-
-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yazi: unreadable status bar #683
Comments
It looks like there were some breaking changes in release 0.4.0: sxyazi/yazi#1772 (comment) The Stylix module probably needs to be updated. |
For theming related changes we can reference upstream theme changes:
|
We follow the approach of only supporting the latest versions, unless multiple version are simultaneously required, like with
Yes.
Mixing LTS with non-LTS should be expected to break. The recommended LTS usage is |
Looks good now, thank you! |
…anth#719) Add a testbed and resolve the 0.4.0 breaking changes [2] [3] [4]. Migrate the highlight colors to mnemonics with the following script to improve readability and simplify the process of reusing upstream templates [4]: colors_base=( "base08" "base09" "base0A" "base0B" "base0C" "base0D" "base0E" "base0F" ) colors_name=( "red" "orange" "yellow" "green" "cyan" "blue" "magenta" "brown" ) for i in "${!colors_base[@]}"; do sed \ --in-place \ "s/${colors_base[i]}/${colors_name[i]}/g" \ modules/yazi/hm.nix done [1]: sxyazi/yazi#1772 [2]: sxyazi/yazi#1927 [3]: sxyazi/yazi#1953 [4]: https://github.com/yazi-rs/flavors/blob/main/scripts/catppuccin/template.toml Closes: danth#604 Closes: danth#683 Link: danth#719 Reviewed-by: NAHO <[email protected]>
I'm not sure if this is due to yazi 0.4.x, but the status bar has become unreadable. I'm using gruvbox-dark-hard base16 scheme, here's how it looks:
Any idea how to fix? Thank you!
The text was updated successfully, but these errors were encountered: