settings_ui: Add UI and buffer font weight controls (#15104)

This PR adds settings controls for the UI and buffer font weight
settings.

It also does some work around grouping the settings into related
sections.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-07-24 14:09:13 -04:00 committed by GitHub
parent 7fb906d774
commit 274e56b086
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 557 additions and 272 deletions

3
Cargo.lock generated
View file

@ -9585,10 +9585,9 @@ name = "settings_ui"
version = "0.1.0"
dependencies = [
"command_palette_hooks",
"editor",
"feature_flags",
"fs",
"gpui",
"project",
"settings",
"theme",
"ui",