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 3let meta = { ...commonMeta } 4meta.name = `${commonMeta.name} Dark` 5 6export { dark, meta }