We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a47c3 commit f20e2ebCopy full SHA for f20e2eb
1 file changed
CONFIG.md
@@ -119,7 +119,17 @@ Limine interface control options:
119
* `interface_branding` - A string that will be displayed on top of the Limine
120
interface.
121
* `interface_branding_colour` - A value between 0 and 7 specifying the colour
122
- of the branding string. Default is cyan (6).
+ 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 |
133
* `interface_branding_color` - Alias of `interface_branding_colour`.
134
* `interface_help_hidden` - Hides the help text located at the top of the
135
screen showing the key bindings.
0 commit comments