summaryrefslogtreecommitdiff
path: root/sys/src/9/pc/vga.c
diff options
context:
space:
mode:
authorstanley lieber <stanley.lieber@gmail.com>2015-05-15 21:08:37 -0400
committerstanley lieber <stanley.lieber@gmail.com>2015-05-15 21:08:37 -0400
commit45384b00263b670c859a3a9bb47ac684c68c1905 (patch)
tree5182829cc821bdbca8f9b6072d92d362a0f7a98d /sys/src/9/pc/vga.c
parent0d701b77592a7364529b300cbaad938326be1710 (diff)
fortunes: What's wrong with the obvious?
Diffstat (limited to 'sys/src/9/pc/vga.c')
-rw-r--r--sys/src/9/pc/vga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/pc/vga.c b/sys/src/9/pc/vga.c
index 9043d544d..6969f9e3c 100644
--- a/sys/src/9/pc/vga.c
+++ b/sys/src/9/pc/vga.c
@@ -188,7 +188,7 @@ vgascreenwin(VGAscr* scr)
h = scr->memdefont->height;
r = scr->gscreen->r;
- if(i = mkcolor(scr->gscreen, 0x444488FF)){
+ if(i = mkcolor(scr->gscreen, 0x0D686BFF)){
memimagedraw(scr->gscreen, r, i, ZP, nil, ZP, S);
freememimage(i);
}