summary refs log tree commit diff
path: root/bin/fbclock.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-04-20 00:29:26 -0400
committerJune McEnroe <june@causal.agency>2018-04-20 00:29:26 -0400
commit541c2041950fbc2564656ab3eb843dc63374950f (patch)
tree43236a03f0df1f92b3a54c1f2f96716827eb565e /bin/fbclock.c
parentFormat gfxx options with uppercase hexadecimal (diff)
downloadsrc-541c2041950fbc2564656ab3eb843dc63374950f.tar.gz
src-541c2041950fbc2564656ab3eb843dc63374950f.zip
Update fbclock and fbatt colours
No, my Linux computer is still broken.
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;