system.rs

1use gpui::Hsla;
2
3#[derive(Clone)]
4pub struct SystemColors {
5    pub transparent: Hsla,
6    pub mac_os_traffic_light_red: Hsla,
7    pub mac_os_traffic_light_yellow: Hsla,
8    pub mac_os_traffic_light_green: Hsla,
9}