1: <?php 2: $gc = $style->fg_gc[GTK_STATE_NORMAL]; 3: $gc->foreground = $color; 4: $style->fg_gc[GTK_STATE_NORMAL] = $gc; 5: ?>