Skip to content

Commit f20e2eb

Browse files
Julian MerkleMintsuki
authored andcommitted
docs: Add branding colour documentation
Signed-off-by: Julian Merkle <info@jvmerkle.de>
1 parent f7a47c3 commit f20e2eb

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

CONFIG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,17 @@ Limine interface control options:
119119
* `interface_branding` - A string that will be displayed on top of the Limine
120120
interface.
121121
* `interface_branding_colour` - A value between 0 and 7 specifying the colour
122-
of the branding string. Default is cyan (6).
122+
of the branding string.
123+
| Code | Color |
124+
|------|----------------|
125+
| 0 | Black |
126+
| 1 | Red |
127+
| 2 | Green |
128+
| 3 | Yellow |
129+
| 4 | Blue |
130+
| 5 | Magenta |
131+
| 6 | Cyan (Default) |
132+
| 7 | White |
123133
* `interface_branding_color` - Alias of `interface_branding_colour`.
124134
* `interface_help_hidden` - Hides the help text located at the top of the
125135
screen showing the key bindings.

0 commit comments

Comments
 (0)