summaryrefslogtreecommitdiffstats
path: root/src/constants.rs
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-04-12 18:27:58 -0400
committerGitHub <noreply@github.com>2020-04-12 18:27:58 -0400
commitbcfd09da88a70b26314d8ce2e44a35676d22ddc8 (patch)
treee038c8726dfa79845f6ce5885d4fec1d31d20d37 /src/constants.rs
parentac8dabb2af8c2a6ebebc3567230c88447f641f0b (diff)
change: highlight borders & table headers to cyan (#115)
Diffstat (limited to 'src/constants.rs')
-rw-r--r--src/constants.rs4
1 files changed, 2 insertions, 2 deletions
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"