Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1import { darkDefault as dark, meta as commonMeta } from "./gruvbox-common"; 2 3 4let meta = { ...commonMeta }; 5meta.name = `${commonMeta.name} Dark` 6 7export { dark, meta }