summary refs log tree commit diff
path: root/bin/fbatt.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/fbatt.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/fbatt.c')
-rw-r--r--bin/fbatt.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/fbatt.c b/bin/fbatt.c
index eb736acc..30714e2c 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;