raveit65 2016-06-10 11:32:24 +02:00
parent 8a4bdad1cc
commit bb63141924
1 changed files with 0 additions and 2 deletions

View File

@ -1035,10 +1035,8 @@ update_color_scheme (TerminalScreen *screen)
context = gtk_widget_get_style_context (GTK_WIDGET (screen));
gtk_style_context_get_color (context, GTK_STATE_FLAG_NORMAL, &rgba);
rgba_to_color (&fg, &rgba);
g_print ("fg %g,%g,%g ", rgba.red, rgba.green, rgba.blue);
gtk_style_context_get_background_color (context, GTK_STATE_FLAG_NORMAL, &rgba);
rgba_to_color (&bg, &rgba);
g_print ("bg %g,%g,%g\n", rgba.red, rgba.green, rgba.blue);
bold_color = NULL;