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
This commit is contained in:
Danilo Leal 2024-12-06 09:17:34 -03:00 committed by GitHub
parent 4b16b73f80
commit 7b1d1bf79e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 14 additions and 14 deletions

View file

@ -46,7 +46,7 @@
"tab.active_background": "#1e2025ff", "tab.active_background": "#1e2025ff",
"search.match_background": "#11a79366", "search.match_background": "#11a79366",
"panel.background": "#21242bff", "panel.background": "#21242bff",
"panel.focused_border": null, "panel.focused_border": "#10a793ff",
"pane.focused_border": null, "pane.focused_border": null,
"scrollbar.thumb.background": "#f7f7f84c", "scrollbar.thumb.background": "#f7f7f84c",
"scrollbar.thumb.hover_background": "#252931ff", "scrollbar.thumb.hover_background": "#252931ff",

View file

@ -46,7 +46,7 @@
"tab.active_background": "#19171cff", "tab.active_background": "#19171cff",
"search.match_background": "#576dda66", "search.match_background": "#576dda66",
"panel.background": "#221f26ff", "panel.background": "#221f26ff",
"panel.focused_border": null, "panel.focused_border": "#566ddaff",
"pane.focused_border": null, "pane.focused_border": null,
"scrollbar.thumb.background": "#efecf44c", "scrollbar.thumb.background": "#efecf44c",
"scrollbar.thumb.hover_background": "#332f38ff", "scrollbar.thumb.hover_background": "#332f38ff",
@ -431,7 +431,7 @@
"tab.active_background": "#efecf4ff", "tab.active_background": "#efecf4ff",
"search.match_background": "#586dda66", "search.match_background": "#586dda66",
"panel.background": "#e6e3ebff", "panel.background": "#e6e3ebff",
"panel.focused_border": null, "panel.focused_border": "#586cdaff",
"pane.focused_border": null, "pane.focused_border": null,
"scrollbar.thumb.background": "#19171c4c", "scrollbar.thumb.background": "#19171c4c",
"scrollbar.thumb.hover_background": "#cbc8d1ff", "scrollbar.thumb.hover_background": "#cbc8d1ff",

View file

@ -46,7 +46,7 @@
"tab.active_background": "#0d1016ff", "tab.active_background": "#0d1016ff",
"search.match_background": "#5ac2fe66", "search.match_background": "#5ac2fe66",
"panel.background": "#1f2127ff", "panel.background": "#1f2127ff",
"panel.focused_border": null, "panel.focused_border": "#5ac1feff",
"pane.focused_border": null, "pane.focused_border": null,
"scrollbar.thumb.background": "#bfbdb64c", "scrollbar.thumb.background": "#bfbdb64c",
"scrollbar.thumb.hover_background": "#2d2f34ff", "scrollbar.thumb.hover_background": "#2d2f34ff",
@ -416,7 +416,7 @@
"tab.active_background": "#fcfcfcff", "tab.active_background": "#fcfcfcff",
"search.match_background": "#3b9ee566", "search.match_background": "#3b9ee566",
"panel.background": "#ececedff", "panel.background": "#ececedff",
"panel.focused_border": null, "panel.focused_border": "#3b9ee5ff",
"pane.focused_border": null, "pane.focused_border": null,
"scrollbar.thumb.background": "#5c61664c", "scrollbar.thumb.background": "#5c61664c",
"scrollbar.thumb.hover_background": "#dfe0e1ff", "scrollbar.thumb.hover_background": "#dfe0e1ff",

View file

@ -55,7 +55,7 @@
"tab.active_background": "#282828ff", "tab.active_background": "#282828ff",
"search.match_background": "#83a59866", "search.match_background": "#83a59866",
"panel.background": "#3a3735ff", "panel.background": "#3a3735ff",
"panel.focused_border": null, "panel.focused_border": "#83a598ff",
"pane.focused_border": null, "pane.focused_border": null,
"scrollbar.thumb.background": "#fbf1c74c", "scrollbar.thumb.background": "#fbf1c74c",
"scrollbar.thumb.hover_background": "#494340ff", "scrollbar.thumb.hover_background": "#494340ff",
@ -439,7 +439,7 @@
"tab.active_background": "#1d2021ff", "tab.active_background": "#1d2021ff",
"search.match_background": "#83a59866", "search.match_background": "#83a59866",
"panel.background": "#393634ff", "panel.background": "#393634ff",
"panel.focused_border": null, "panel.focused_border": "#83a598ff",
"pane.focused_border": null, "pane.focused_border": null,
"scrollbar.thumb.background": "#fbf1c74c", "scrollbar.thumb.background": "#fbf1c74c",
"scrollbar.thumb.hover_background": "#494340ff", "scrollbar.thumb.hover_background": "#494340ff",

View file

@ -46,7 +46,7 @@
"tab.active_background": "#191724ff", "tab.active_background": "#191724ff",
"search.match_background": "#57949f66", "search.match_background": "#57949f66",
"panel.background": "#1c1b2aff", "panel.background": "#1c1b2aff",
"panel.focused_border": null, "panel.focused_border": "#9bced6ff",
"pane.focused_border": null, "pane.focused_border": null,
"scrollbar.thumb.background": "#e0def44c", "scrollbar.thumb.background": "#e0def44c",
"scrollbar.thumb.hover_background": "#232132ff", "scrollbar.thumb.hover_background": "#232132ff",
@ -426,7 +426,7 @@
"tab.active_background": "#faf4edff", "tab.active_background": "#faf4edff",
"search.match_background": "#9cced766", "search.match_background": "#9cced766",
"panel.background": "#fef9f2ff", "panel.background": "#fef9f2ff",
"panel.focused_border": null, "panel.focused_border": "#57949fff",
"pane.focused_border": null, "pane.focused_border": null,
"scrollbar.thumb.background": "#5752794c", "scrollbar.thumb.background": "#5752794c",
"scrollbar.thumb.hover_background": "#e5e0dfff", "scrollbar.thumb.hover_background": "#e5e0dfff",
@ -806,7 +806,7 @@
"tab.active_background": "#232136ff", "tab.active_background": "#232136ff",
"search.match_background": "#9cced766", "search.match_background": "#9cced766",
"panel.background": "#28253cff", "panel.background": "#28253cff",
"panel.focused_border": null, "panel.focused_border": "#9bced6ff",
"pane.focused_border": null, "pane.focused_border": null,
"scrollbar.thumb.background": "#e0def44c", "scrollbar.thumb.background": "#e0def44c",
"scrollbar.thumb.hover_background": "#322f48ff", "scrollbar.thumb.hover_background": "#322f48ff",

View file

@ -46,7 +46,7 @@
"tab.active_background": "#282c33ff", "tab.active_background": "#282c33ff",
"search.match_background": "#528b8b66", "search.match_background": "#528b8b66",
"panel.background": "#2b3038ff", "panel.background": "#2b3038ff",
"panel.focused_border": null, "panel.focused_border": "#518b8bff",
"pane.focused_border": null, "pane.focused_border": null,
"scrollbar.thumb.background": "#fdf4c14c", "scrollbar.thumb.background": "#fdf4c14c",
"scrollbar.thumb.hover_background": "#313741ff", "scrollbar.thumb.hover_background": "#313741ff",

View file

@ -46,7 +46,7 @@
"tab.active_background": "#002a35ff", "tab.active_background": "#002a35ff",
"search.match_background": "#288bd166", "search.match_background": "#288bd166",
"panel.background": "#04313bff", "panel.background": "#04313bff",
"panel.focused_border": null, "panel.focused_border": "#278ad1ff",
"pane.focused_border": null, "pane.focused_border": null,
"scrollbar.thumb.background": "#fdf6e34c", "scrollbar.thumb.background": "#fdf6e34c",
"scrollbar.thumb.hover_background": "#053541ff", "scrollbar.thumb.hover_background": "#053541ff",
@ -416,7 +416,7 @@
"tab.active_background": "#fdf6e3ff", "tab.active_background": "#fdf6e3ff",
"search.match_background": "#298bd166", "search.match_background": "#298bd166",
"panel.background": "#f3eddaff", "panel.background": "#f3eddaff",
"panel.focused_border": null, "panel.focused_border": "#288bd1ff",
"pane.focused_border": null, "pane.focused_border": null,
"scrollbar.thumb.background": "#002a354c", "scrollbar.thumb.background": "#002a354c",
"scrollbar.thumb.hover_background": "#dcdacbff", "scrollbar.thumb.hover_background": "#dcdacbff",

View file

@ -46,7 +46,7 @@
"tab.active_background": "#1b1810ff", "tab.active_background": "#1b1810ff",
"search.match_background": "#499bef66", "search.match_background": "#499bef66",
"panel.background": "#231f16ff", "panel.background": "#231f16ff",
"panel.focused_border": null, "panel.focused_border": "#499befff",
"pane.focused_border": null, "pane.focused_border": null,
"scrollbar.thumb.background": "#f8f5de4c", "scrollbar.thumb.background": "#f8f5de4c",
"scrollbar.thumb.hover_background": "#29251bff", "scrollbar.thumb.hover_background": "#29251bff",