diff options
Diffstat (limited to '')
-rw-r--r-- | bin/fbclock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/fbclock.c b/bin/fbclock.c index e8e5fc69..5671f873 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; |