mirror of
https://github.com/sxyazi/yazi.git
synced 2026-05-13 08:16:40 +00:00
fix: make file counter more distinguishable in dark mode (#3311)
This commit is contained in:
parent
604b86612a
commit
97c63e2708
42 changed files with 378 additions and 322 deletions
|
|
@ -30,5 +30,5 @@ yazi-shared = { path = "../yazi-shared", version = "25.9.15" }
|
|||
clap = { workspace = true }
|
||||
clap_complete = "4.5.60"
|
||||
clap_complete_fig = "4.5.2"
|
||||
clap_complete_nushell = "4.5.9"
|
||||
clap_complete_nushell = "4.5.10"
|
||||
vergen-gitcl = { version = "1.0.8", features = [ "build", "rustc" ] }
|
||||
|
|
|
|||
|
|
@ -1,3 +1 @@
|
|||
#![allow(clippy::module_inception)]
|
||||
|
||||
yazi_macro::mod_flat!(actions clear_cache debug rustc triple version);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue