mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-23 12:43:09 +00:00
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.
This commit is contained in:
parent
cc03d57f37
commit
d9fd6be2cc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue