-
Notifications
You must be signed in to change notification settings - Fork 488
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
v0.4 To-do List #1644
Comments
Does this include shipping a preset light flavor to compliment the preset (dark) theme? I feel I should mention that some light terminal themes invert black and white, and some don't, which can be a bit troublesome. It's a bit of a hack, but it seems that the best way to support light themes is to not use "black" or "white" from the 16 default colors, but instead use the default FG color (AKA "reset"). This is what we did to support light terminals in onefetch. |
@spenserblack Done in #1946 🎉 |
I'm going to lock this issue because it has been closed for 30 days. ⏳ |
Support auto-switching between dark/light flavors - Enable live update of flavor through Lua plugin API #988.
Add support for named arguments (with
--
) in--args
of theplugin
command.Redesign
[filetype]
to improve performance and enhance functionality - Add "linktoexec" as a "is" condition #1518 (comment).Remove
x-
prefixes from mime-types as it's discouraged as per rfc6838#section-3.4 - Stop yazi from opening extracted directory in GUI file Manager #1663 (reply in thread).Move
mode_normal
,mode_select
, andmode_unset
intheme.toml
to a separate[mode]
block with names likenormal_open
,normal_close
,select_open
, etc. (better names needed), Improvetheme.toml
#1228.The text was updated successfully, but these errors were encountered: