design changes

coffee cup icon and default grey background instead of coffee
This commit is contained in:
Chris
2026-02-04 22:04:23 +01:00
parent 03da092d01
commit f3299c67fa
8 changed files with 48 additions and 3 deletions

View File

@@ -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};