mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
design changes
coffee cup icon and default grey background instead of coffee
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "font.h"
|
||||
|
||||
static struct limine_framebuffer *g_fb = NULL;
|
||||
static uint32_t g_bg_color = 0xFF6B4423; // Coffee color by default
|
||||
static uint32_t g_bg_color = 0xFF696969; // Dark gray background
|
||||
|
||||
// Dirty rectangle tracking
|
||||
static DirtyRect g_dirty = {0, 0, 0, 0, false};
|
||||
|
||||
Reference in New Issue
Block a user