Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1 2mod andromeda; 3mod ayu; 4mod dracula; 5mod gruvbox; 6mod notctis; 7 8pub use andromeda::*; 9pub use ayu::*; 10pub use dracula::*; 11pub use gruvbox::*; 12pub use notctis::*;