You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move mode_normal, mode_select, and mode_unset in theme.toml to a separate [mode] block with names like normal_open, normal_close, select_open, etc. (better names needed), Improve theme.toml #1228.
The text was updated successfully, but these errors were encountered:
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 - 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: