misc: Update wallpaper
diff --git a/README.md b/README.md
index c1e1de3c..ac467fbb 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ as the reference implementation for the [Limine boot protocol](/PROTOCOL.md).

-[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)
diff --git a/common/lib/gterm.c b/common/lib/gterm.c
index 339caa56..b1a63f21 100644
--- a/common/lib/gterm.c
+++ b/common/lib/gterm.c
@@ -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;
}
}
diff --git a/screenshot.png b/screenshot.png
index 3d5b66a7..42cebb08 100644
Binary files a/screenshot.png and b/screenshot.png differ
diff --git a/test/bg.bmp b/test/bg.bmp
index 84f78b3a..6e13e958 100644
Binary files a/test/bg.bmp and b/test/bg.bmp differ
