gfio: make 'light yellow' color a little lighter
authorJens Axboe <axboe@kernel.dk>
Tue, 25 Sep 2012 17:50:43 +0000 (19:50 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 25 Sep 2012 17:50:43 +0000 (19:50 +0200)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
gfio.c

diff --git a/gfio.c b/gfio.c
index 95228326d8cb3d4c584a96302aac05c93f910792..313894169a3976fe8a472ce9d748fa1f81c34daa 100644 (file)
--- a/gfio.c
+++ b/gfio.c
@@ -1678,7 +1678,7 @@ static void init_ui(int *argc, char **argv[], struct gui *ui)
        settings = gtk_settings_get_default();
        gtk_settings_set_long_property(settings, "gtk_tooltip_timeout", 10, "gfio setting");
        g_type_init();
-       gdk_color_parse("#ffffee", &gfio_color_lightyellow);
+       gdk_color_parse("#fffff4", &gfio_color_lightyellow);
        gdk_color_parse("white", &gfio_color_white);
 
        ui->window = gtk_window_new(GTK_WINDOW_TOPLEVEL);