[hotssh] tab: Set bold and dim colors to foreground



commit 571c3ab27a988631a69c5761d7ee04217db20244
Author: Colin Walters <walters verbum org>
Date:   Fri Jan 3 15:42:13 2014 -0500

    tab: Set bold and dim colors to foreground
    
    Otherwise we get the default of white, which ends up on our
    white background, with clearly (ha!) bad results.

 src/hotssh-tab.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/hotssh-tab.c b/src/hotssh-tab.c
index 6026782..687fb31 100644
--- a/src/hotssh-tab.c
+++ b/src/hotssh-tab.c
@@ -889,6 +889,8 @@ hotssh_tab_style_updated (GtkWidget      *widget)
 
   vte_terminal_set_color_foreground_rgba ((VteTerminal*)priv->terminal, &fg);
   vte_terminal_set_color_background_rgba ((VteTerminal*)priv->terminal, &bg);
+  vte_terminal_set_color_bold_rgba ((VteTerminal*)priv->terminal, &fg);
+  vte_terminal_set_color_dim_rgba ((VteTerminal*)priv->terminal, &fg);
 }
 
 static gboolean


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]