summary refs log tree commit diff
path: root/bin/fbclock.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/fbclock.c')
-rw-r--r--bin/fbclock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/fbclock.c b/bin/fbclock.c
index c61d3771..bd967307 100644
--- a/bin/fbclock.c
+++ b/bin/fbclock.c
@@ -40,8 +40,8 @@ struct Psf2Header {
     uint32_t glyphWidth;
 };
 
-static const uint32_t BG = 0x1D2021;
-static const uint32_t FG = 0xA99A84;
+static const uint32_t BG = 0x161510;
+static const uint32_t FG = 0x7A7155;
 
 int main() {
     size_t len;