mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 22:43:18 +00:00
- Centralizes typography-related UI styles and methods in `styles/typography.rs` - Breaks the typography-related styles out of `StyledExt`. This means we add a `StyledTypography` trait – this should more or less be an invisible change as we publish it in the prelude. - adds the ability to easily grab the UI or Buffer font sizes (`ui_font_size`, `buffer_font_size`) with `TextSize::UI`, `TextSize::Editor` Release Notes: - N/A |
||
|---|---|---|
| .. | ||
| components | ||
| styles | ||
| utils | ||
| clickable.rs | ||
| components.rs | ||
| disableable.rs | ||
| fixed.rs | ||
| prelude.rs | ||
| selectable.rs | ||
| styled_ext.rs | ||
| styles.rs | ||
| ui.rs | ||
| utils.rs | ||
| visible_on_hover.rs | ||