misc: Update wallpaper
This commit is contained in:
parent
07c446f293
commit
b2a390c4d5
|
@ -9,7 +9,7 @@ as the reference implementation for the [Limine boot protocol](/PROTOCOL.md).
|
|||
|
||||
![Reference screenshot](/screenshot.png?raw=true "Reference screenshot")
|
||||
|
||||
[Photo by Martin Damboldt from Pexels](https://www.pexels.com/photo/gray-bridge-and-trees-814499/)
|
||||
[Photo by Lívia Bittencourt](https://www.pexels.com/photo/big-sea-waves-under-rainbow-and-cloudy-sky-4636525/)
|
||||
|
||||
### Supported architectures
|
||||
* IA-32 (32-bit x86)
|
||||
|
|
|
@ -730,7 +730,7 @@ bool gterm_init(char *config, size_t *_rows, size_t *_cols, size_t width, size_t
|
|||
margin_gradient = 0;
|
||||
} else {
|
||||
if (theme_background == NULL) {
|
||||
default_bg = 0x68000000;
|
||||
default_bg = 0x80000000;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.3 MiB |
BIN
test/bg.bmp
BIN
test/bg.bmp
Binary file not shown.
Before Width: | Height: | Size: 2.3 MiB After Width: | Height: | Size: 7.0 MiB |
Loading…
Reference in New Issue