From 10bbba0066f1ed20de09209bf89630c13c801825 Mon Sep 17 00:00:00 2001 From: mintsuki Date: Fri, 16 Dec 2022 03:33:29 +0100 Subject: [PATCH] docs: Document TERM_BACKGROUND_BRIGHT and TERM_FOREGROUND_BRIGHT --- CONFIG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONFIG.md b/CONFIG.md index b5cf75b0..3bc6d24a 100644 --- a/CONFIG.md +++ b/CONFIG.md @@ -80,6 +80,8 @@ Limine graphical terminal control options. They are ignored if using text mode. * `TERM_PALETTE_BRIGHT` - Specifies the bright colour palette used by the terminal (RRGGBB). It is a `;` separated array of 8 bright colours: dark gray, bright red, bright green, yellow, bright blue, bright magenta, bright cyan, and white. Ignored if not using a graphical terminal. * `TERM_BACKGROUND` - Terminal text background colour (TTRRGGBB). TT stands for transparency. * `TERM_FOREGROUND` - Terminal text foreground colour (RRGGBB). +* `TERM_BACKGROUND_BRIGHT` - Terminal text background bright colour (RRGGBB). +* `TERM_FOREGROUND_BRIGHT` - Terminal text foreground bright colour (RRGGBB). * `TERM_MARGIN` - Set the amount of margin around the terminal. * `TERM_MARGIN_GRADIENT` - Set the thickness in pixel for the gradient around the terminal. * `TERM_WALLPAPER` - URI where to find the .BMP file to use as wallpaper.