Pressing enter accepted "overwrite". Two ways back:
- VS Code keeps local history: right-click
globals.css→ Open Timeline, pick the version from before the command, restore it. - If that's empty, your old colors are probably still in the built CSS of your last deploy (view source on the live site, search for
--primary).
Then merge: keep your :root variables, and only add the new variables the block needs (usually --sidebar-* or --chart-*). Next time answer n on overwrite prompts and merge by hand.
And please git init today. Every command that writes files is one bad enter away from this.