diff --git a/nightly/configuration/command-line-options/index.html b/nightly/configuration/command-line-options/index.html index ddd33767..1f885614 100644 --- a/nightly/configuration/command-line-options/index.html +++ b/nightly/configuration/command-line-options/index.html @@ -2351,7 +2351,7 @@ see information on these options by running btm -h, or run bt --theme <SCHEME> -Use a built-in color theme, use '--help' for info on the colors. +Use a built-in colour theme, use '--help' for info on the colours. @@ -2394,7 +2394,7 @@ see information on these options by running btm -h, or run bt - April 17, 2026 + May 8, 2026 diff --git a/nightly/configuration/config-file/styling/index.html b/nightly/configuration/config-file/styling/index.html index 35380321..8d9bab12 100644 --- a/nightly/configuration/config-file/styling/index.html +++ b/nightly/configuration/config-file/styling/index.html @@ -2142,6 +2142,26 @@ highest precedence to lowest precedence:

Custom styling

bottom's components can also be individually styled by the user to control the colour of the text style.

Colours

+
+

Info

+

Note that anywhere "colour" is used, it can be substituted for "color":

+
# This is okay
+[styles.widgets.widget_title]
+colour = "black"
+bg_colour = "white"
+
+[styles.cpu]
+all_entry_colour = "green"
+
+# This is also okay
+[styles.widgets.widget_title]
+color = "black"
+bg_color = "white"
+
+[styles.cpu]
+all_entry_color = "green"
+
+

You can configure the colours for components with strings that are either hex colours (e.g. "#ffffff"), RGB colours (e.g. "255, 255, 255"), or named colours. Named colours are one of the following strings: