mirror of
https://github.com/limine-bootloader/limine
synced 2024-11-29 20:03:19 +03:00
docs: Update screenshot
This commit is contained in:
parent
44f5c06366
commit
2bce5bf2d1
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 695 KiB After Width: | Height: | Size: 562 KiB |
@ -412,7 +412,7 @@ bool gterm_init(int *_rows, int *_cols, int width, int height) {
|
|||||||
|
|
||||||
// default scheme
|
// default scheme
|
||||||
int margin = 64;
|
int margin = 64;
|
||||||
margin_gradient = 20;
|
margin_gradient = 4;
|
||||||
|
|
||||||
ansi_colours[0] = 0x00000000; // black
|
ansi_colours[0] = 0x00000000; // black
|
||||||
ansi_colours[1] = 0x00aa0000; // red
|
ansi_colours[1] = 0x00aa0000; // red
|
||||||
|
BIN
test/bg.bmp
BIN
test/bg.bmp
Binary file not shown.
Before Width: | Height: | Size: 2.3 MiB After Width: | Height: | Size: 1.4 MiB |
@ -4,11 +4,10 @@ GRAPHICS=yes
|
|||||||
MENU_FONT=boot:///boot/font.bin
|
MENU_FONT=boot:///boot/font.bin
|
||||||
VERBOSE=yes
|
VERBOSE=yes
|
||||||
|
|
||||||
THEME_BACKGROUND=60000000
|
THEME_BACKGROUND=50000000
|
||||||
THEME_MARGIN=64
|
|
||||||
|
|
||||||
BACKGROUND_PATH=boot:///boot/bg.bmp
|
BACKGROUND_PATH=boot:///boot/bg.bmp
|
||||||
BACKGROUND_STYLE=centered
|
BACKGROUND_STYLE=stretched
|
||||||
BACKDROP_COLOUR=008080
|
BACKDROP_COLOUR=008080
|
||||||
|
|
||||||
:Stivale2 Test
|
:Stivale2 Test
|
||||||
|
Loading…
Reference in New Issue
Block a user