:: commit cbbcd35ee0ac7a667d7a9ac654e9c55878b96e94

Julian Merkle <info@jvmerkle.de> — 2025-07-28 15:40

parents: 26c0a59172

docs: Add branding colour documentation

Signed-off-by: Julian Merkle <info@jvmerkle.de>
diff --git a/CONFIG.md b/CONFIG.md
index aec29781..b70e33fb 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -119,7 +119,17 @@ Limine interface control options:
 * `interface_branding` - A string that will be displayed on top of the Limine
   interface.
 * `interface_branding_colour` - A value between 0 and 7 specifying the colour
-  of the branding string. Default is cyan (6).
+  of the branding string.
+  | Code | Color          |
+  |------|----------------|
+  | 0    | Black          |
+  | 1    | Red            |
+  | 2    | Green          |
+  | 3    | Yellow         |
+  | 4    | Blue           |
+  | 5    | Magenta        |
+  | 6    | Cyan (Default) |
+  | 7    | White          |
 * `interface_branding_color` - Alias of `interface_branding_colour`.
 * `interface_help_hidden` - Hides the help text located at the top of the
   screen showing the key bindings.
tab: 248 wrap: offon