zed/crates/server/src
Max Brunsfeld 47b654063e Provide editor styling information separately from editor settings
* Since regular editors' font sizes and families are controlled by
  the settings and not the theme, don't store a dummy text style in
  the theme. Instead, only store a font color, and synthesize
  the text style for regular editors using both the theme and the
  settings.
* Style single-line and auto-height editors (now called "field
  editors") using a single function that takes the entire theme and
  selects a relevant sub-object.

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2022-02-24 16:42:00 -08:00
..
bin Fix warning 2021-12-27 18:00:15 -08:00
rpc Remove ShareWorktree message 2022-02-23 11:56:09 -07:00
admin.rs Destroy access tokens before destroying users and word-smith method names 2021-12-25 17:46:02 -07:00
api.rs Use a fake database in tests 2022-02-17 17:04:04 +01:00
assets.rs Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
auth.rs Use a fake database in tests 2022-02-17 17:04:04 +01:00
careers.rs Add job post to Zed.dev 2021-12-23 23:22:57 -05:00
community.rs Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
db.rs Use a fake database in tests 2022-02-17 17:04:04 +01:00
env.rs Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
errors.rs Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
expiring.rs Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
github.rs Don't pass GH auth header when following redirects for release assets 2021-12-07 12:34:55 -08:00
home.rs Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
main.rs Use a fake database in tests 2022-02-17 17:04:04 +01:00
releases.rs Fix context line handline in project diagnostic view 2021-12-21 11:46:47 -08:00
rpc.rs Provide editor styling information separately from editor settings 2022-02-24 16:42:00 -08:00
team.rs Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00