mirror of
https://github.com/sxyazi/yazi.git
synced 2026-05-13 08:16:40 +00:00
feat: new app:theme action that hot-reload user themes/flavors (#3906)
This commit is contained in:
parent
369c47539c
commit
4a2e5addcd
107 changed files with 799 additions and 405 deletions
|
|
@ -15,6 +15,7 @@ workspace = true
|
|||
[dependencies]
|
||||
yazi-macro = { path = "../yazi-macro", version = "26.2.2" }
|
||||
yazi-shared = { path = "../yazi-shared", version = "26.2.2" }
|
||||
yazi-shim = { path = "../yazi-shim", version = "26.2.2" }
|
||||
|
||||
# External dependencies
|
||||
parking_lot = { workspace = true }
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@ yazi_macro::mod_flat!(handle tty);
|
|||
#[cfg(windows)]
|
||||
yazi_macro::mod_flat!(windows);
|
||||
|
||||
pub static TTY: yazi_shared::RoCell<Tty> = yazi_shared::RoCell::new();
|
||||
pub static TTY: yazi_shim::cell::RoCell<Tty> = yazi_shim::cell::RoCell::new();
|
||||
|
||||
pub fn init() { TTY.with(<_>::default); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue