summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2004-01-24 01:54:13 +0000
committerIan C <ianc@noddybox.co.uk>2004-01-24 01:54:13 +0000
commitce8fe3339bcbb89e43542a06851c4e955dadf78f (patch)
tree52b439bb6beff4027a93e86482f6b7215fc5e3c0 /src
parent84c5c35281aba8ea9be621f38d436c9e15e42802 (diff)
Tweak to bitmap colours
Diffstat (limited to 'src')
-rw-r--r--src/gfx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfx.c b/src/gfx.c
index ec7c0dc..4a79b70 100644
--- a/src/gfx.c
+++ b/src/gfx.c
@@ -90,7 +90,7 @@ static struct
{0, 0x00,0xff,0xff}, /* CYAN */
{0, 0xff,0xff,0x00}, /* YELLOW */
{0, 0xff,0xff,0xff}, /* WHITE */
- {0, 0x90,0x90,0x90}, /* GREY */
+ {0, 0x60,0x60,0x60}, /* GREY */
};