sysinfo-gui 0.1.18

A cross-platform system-monitoring gui application based on sysinfo and fltk
1
2
3
4
5
6
7
8
use fltk::enums::Color;

pub const BLUE: Color = Color::from_hex(0x0d47a1);
pub const SEL_BLUE: Color = Color::from_hex(0x1a56b7);
pub const GRAY: Color = Color::from_hex(0x323232);
pub const CPU_GREEN: Color = Color::from_hex(0x82c74b);
pub const DISK_PURPLE: Color = Color::from_hex(0xae3361);
pub const MEM_YELLOW: Color = Color::from_hex(0xf6a22f);