From d9fd6be2ccad9d2eec888bd761cefc9ecbc16298 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Tue, 13 Apr 2021 17:15:30 -0400 Subject: [PATCH] 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. --- src/constants.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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