Open sxyazi opened 1 month ago
Support auto-switching between dark/light flavors
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.
Support auto-switching between dark/light flavors - https://github.com/sxyazi/yazi/issues/988.
Add support for named arguments (with
--
) in--args
of theplugin
command.Redesign
[filetype]
to improve performance and enhance functionality - https://github.com/sxyazi/yazi/issues/1518#issuecomment-2295521693.Remove
x-
prefixes from mime-types as it's discouraged as per rfc6838#section-3.4 - https://github.com/sxyazi/yazi/discussions/1663#discussioncomment-10705174.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), https://github.com/sxyazi/yazi/issues/1228.