notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

colors.rs (221B)


      1 use egui::Color32;
      2 
      3 pub const ALMOST_WHITE: Color32 = Color32::from_rgb(0xFA, 0xFA, 0xFA);
      4 pub const MID_GRAY: Color32 = Color32::from_rgb(0xbd, 0xbd, 0xbd);
      5 pub const PINK: Color32 = Color32::from_rgb(0xE4, 0x5A, 0xC9);