mirror of
https://github.com/ClementTsang/bottom
synced 2025-02-17 05:38:27 +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
|
#hide_table_gap = false
|
||||||
# Disable mouse clicks
|
# Disable mouse clicks
|
||||||
#disable_click = false
|
#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"
|
#color = "default"
|
||||||
# Show memory values in the processes widget as values by default
|
# Show memory values in the processes widget as values by default
|
||||||
#mem_as_value = false
|
#mem_as_value = false
|
||||||
|
|
Loading…
Add table
Reference in a new issue