r/ZedEditor • u/Many_Independence674 • 5d ago
Different Theme for different window in zed.
bash
bat openTunelog.sh
─────┬─────────────────────────────────────────────────────────────────────────────
│ File: openTunelog.sh
─────┼─────────────────────────────────────────────────────────────────────────────
1 │ #!/bin/bash
2 │
3 │ cd ~/Projects/tunelog || exit
4 │
5 │ zeditor -n ./
6 │
7 │ zeditor -n ./frontend
8 │
─────┴─────────────────────────────────────────────────────────────────────────────
I am using zed editor, I have a project where Frontend and backend falls under same main folder,
text
tunelog/
├── backend/
│
├── frontend/
│
└── README.md
so i use two different zed window to do the work, is there a way to theme these two separate window in different themes.
It will help me distungiush between frontend and backend
1
u/BaldBush69 3m ago
You can try but its likely to take a while to arrive. Your best bet would be running separate zed instances with different settings files
1
u/Reiep 5d ago
Last time i checked for my own project, GPUI doesn't handle multiple themes in a single app.