From 5faa7a2e230d42919bbf1397c4b2b83e96223dec Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Fri, 20 Apr 2018 00:29:26 -0400 Subject: Update fbclock and fbatt colours No, my Linux computer is still broken. --- bin/fbatt.c | 10 +++++----- bin/fbclock.c | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'bin') diff --git a/bin/fbatt.c b/bin/fbatt.c index 6c0052e4..55e3745a 100644 --- a/bin/fbatt.c +++ b/bin/fbatt.c @@ -33,11 +33,11 @@ static const uint32_t RIGHT = 5 * 8 + 1; // fbclock width. static const uint32_t WIDTH = 8; static const uint32_t HEIGHT = 16; -static const uint32_t BG = 0x1D2021; -static const uint32_t BORDER = 0xA99A84; -static const uint32_t GRAY = 0x938374; -static const uint32_t YELLOW = 0xD89A22; -static const uint32_t RED = 0xCC241D; +static const uint32_t BG = 0x161510; +static const uint32_t BORDER = 0x7A7155; +static const uint32_t GRAY = 0x4C4635; +static const uint32_t YELLOW = 0xA37720; +static const uint32_t RED = 0xA32810; int main() { int error; 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; -- cgit 1.4.1