summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-04-13 17:15:30 -0400
committerGitHub <noreply@github.com>2021-04-13 17:15:30 -0400
commitd9fd6be2ccad9d2eec888bd761cefc9ecbc16298 (patch)
treef4c6a36e919785f64d3b0a244023fc182c4a8eb4
parentcc03d57f37e4beb28d135451b32c7ba26c548133 (diff)
other: update built-in themes list in config (#452)
Adds nord and nord-light as part of the description in the pre-defined config file.
-rw-r--r--src/constants.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants.rs b/src/constants.rs
index 932a66f5..3a58c51c 100644
--- a/src/constants.rs
+++ b/src/constants.rs
@@ -479,7 +479,7 @@ pub const OLD_CONFIG_TEXT: &str = r##"# This is a default config file for bottom
#hide_table_gap = false
# Disable mouse clicks
#disable_click = false
-# Built-in themes. Valid values are "default", "default-light", "gruvbox", "gruvbox-light"
+# Built-in themes. Valid values are "default", "default-light", "gruvbox", "gruvbox-light", "nord", "nord-light"
#color = "default"
# Show memory values in the processes widget as values by default
#mem_as_value = false