Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1import Theme from "../themes/common/theme"; 2import { backgroundColor } from "./components"; 3 4export default function workspace(theme: Theme) { 5 return { 6 background: backgroundColor(theme, 300), 7 } 8}