From bcfd09da88a70b26314d8ce2e44a35676d22ddc8 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Sun, 12 Apr 2020 18:27:58 -0400 Subject: change: highlight borders & table headers to cyan (#115) --- src/constants.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/constants.rs') diff --git a/src/constants.rs b/src/constants.rs index be927cdb..241b991b 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -158,7 +158,7 @@ pub const DEFAULT_CONFIG_CONTENT: &str = r##" [colors] # Represents the colour of table headers (processes, CPU, disks, temperature). -#table_header_color="LightBlue" +#table_header_color="Cyan" # Represents the colour of the label each widget has. #widget_title_color="Gray" @@ -185,7 +185,7 @@ pub const DEFAULT_CONFIG_CONTENT: &str = r##" #border_color="Gray" # Represents the colour of the border of selected widgets. -#highlighted_border_color="LightBlue" +#highlighted_border_color="Cyan" # Represents the colour of most text. #text_color="Gray" -- cgit v1.2.3