From 5927594a10111235c7cc1ba0bd2c01aaa98abec0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 05:34:28 +0000 Subject: [PATCH] Deployed d08036f6 to nightly with MkDocs 1.6.1 and mike 2.1.4 --- .../command-line-options/index.html | 4 +- .../config-file/styling/index.html | 126 ++++++++++-------- nightly/search/search_index.json | 2 +- nightly/troubleshooting/index.html | 44 +++--- nightly/usage/widgets/process/index.html | 2 +- 5 files changed, 98 insertions(+), 80 deletions(-) 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: