zed/crates/theme_selector
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
..
src Provide editor styling information separately from editor settings 2022-02-24 16:42:00 -08:00
Cargo.toml Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00