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