SIGN IN SIGN UP

Update `panel.focused_border` token across themes (#21612)

Follow up to https://github.com/zed-industries/zed/pull/21593

This PR updates all built-in themes `panel.focused_border` tokens using
the same HEX code used for `text_accent`.

There shouldn't be any visual change here given the project panel item,
when focused, was using `Color::Selected`, which maps to `text_accent`,
to color its border. In the linked PR above, the project panel item was
updated to use the dedicated token for that. This is good because now
theme markers will be able to customize them separately (e.g., having a
different `text_accent` color than `panel.focused_border`).

Release Notes:

- N/A
D
Danilo Leal committed
7b1d1bf79e7faa1b2024c58b3afdb9363710b588
Parent: 4b16b73
Committed by GitHub <noreply@github.com> on 12/6/2024, 12:17:34 PM