Custom Zed editor configuration with Reality Designer theme overrides.
Copy settings.json to ~/.config/zed/settings.json
cp settings.json ~/.config/zed/settings.json- Pure black background (Reality Designer base theme)
- Syntax colors matching VS Code Black theme by kamil-now
- Inter font for UI, Inter for code
- Bold functions, types, keywords for visual hierarchy
- Italic comments and parameters
- Biome formatter integration
- 4-space indentation
| Element | Color | Weight |
|---|---|---|
| Functions | #DCDCAA | Bold |
| Types | #4EC9B0 | Bold |
| Keywords | #C586C0 (purple) | Bold |
| Variables | #9CDCFE | Normal |
| Strings | #CE9178 | Normal |
| Numbers | #B5CEA8 | Normal |
| Comments | #777777 | Light + Italic |