fix: make file counter more distinguishable in dark mode (#3311)

This commit is contained in:
三咲雅 misaki masa 2025-11-05 01:20:56 +08:00 committed by GitHub
parent 604b86612a
commit 97c63e2708
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
42 changed files with 378 additions and 322 deletions

View file

@ -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" ] }

View file

@ -1,3 +1 @@
#![allow(clippy::module_inception)]
yazi_macro::mod_flat!(actions clear_cache debug rustc triple version);