mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-05 12:54:37 +02:00
made FIFTH_COLOUR constant windows-only
This commit is contained in:
parent
4c557e1af5
commit
72698f1dd7
@ -9,6 +9,7 @@ pub const FIRST_COLOUR: Color = Color::LightMagenta;
|
||||
pub const SECOND_COLOUR: Color = Color::LightYellow;
|
||||
pub const THIRD_COLOUR: Color = Color::LightCyan;
|
||||
pub const FOURTH_COLOUR: Color = Color::LightGreen;
|
||||
#[cfg(not(target_os = "windows"))]
|
||||
pub const FIFTH_COLOUR: Color = Color::LightRed;
|
||||
pub const HIGHLIGHT_COLOUR: Color = Color::LightBlue;
|
||||
pub const AVG_COLOUR: Color = Color::Red;
|
||||
|
Loading…
x
Reference in New Issue
Block a user