respect theme foreground color

This commit is contained in:
Vlad Glagolev 2016-10-27 11:45:30 -04:00
parent 1e670214ca
commit a39f0b296f

2
gtk.c
View File

@ -495,7 +495,7 @@ static void update_tree_row(struct mtr_ctl *ctl, int row, GtkTreeIter *iter)
COL_WORST, net_worst(row)/1000,
COL_STDEV, (float)(net_stdev(row)/1000.0),
COL_COLOR, net_up(row) ? "black" : "red",
COL_COLOR, net_up(row) ? NULL : "red",
-1);
#ifdef HAVE_IPINFO