summaryrefslogtreecommitdiffstats
path: root/src/constants.rs
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-04-18 19:50:31 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-04-18 19:53:11 -0400
commit72482989952cbb782f91e5c19f85eda56c4afb20 (patch)
tree6051ee741ddd413582569426ce96a15f783aec1f /src/constants.rs
parent92315ea1d7471a0172c3de5434a32657f45d5b7b (diff)
Update highlight to light blue; new network legend
Diffstat (limited to 'src/constants.rs')
-rw-r--r--src/constants.rs9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/constants.rs b/src/constants.rs
index 1fc0e972..d5f165d7 100644
--- a/src/constants.rs
+++ b/src/constants.rs
@@ -150,6 +150,9 @@ pub const DEFAULT_CONFIG_CONTENT: &str = r##"
# Use basic mode
#basic = false
+# Use the old network legend style
+#use_old_network_legend = true
+
##########################################################
# These are all the components that support custom theming. Note that colour support
@@ -158,7 +161,7 @@ pub const DEFAULT_CONFIG_CONTENT: &str = r##"
[colors]
# Represents the colour of table headers (processes, CPU, disks, temperature).
-#table_header_color="Cyan"
+#table_header_color="Light Blue"
# Represents the colour of the label each widget has.
#widget_title_color="Gray"
@@ -185,7 +188,7 @@ pub const DEFAULT_CONFIG_CONTENT: &str = r##"
#border_color="Gray"
# Represents the colour of the border of selected widgets.
-#highlighted_border_color="Cyan"
+#highlighted_border_color="Light Blue"
# Represents the colour of most text.
#text_color="Gray"
@@ -194,7 +197,7 @@ pub const DEFAULT_CONFIG_CONTENT: &str = r##"
#selected_text_color="Black"
# Represents the background colour of text that is selected.
-#selected_bg_color="Cyan"
+#selected_bg_color="Light Blue"
# Represents the colour of the lines and text of the graph.
#graph_color="Gray"