[vte] widget: Improve legibility when using colours from the system theme



commit bc119fe2174db5c1d5dc88aa1c178e38fcebf9f0
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu Apr 2 18:20:44 2020 +0200

    widget: Improve legibility when using colours from the system theme
    
    https://gitlab.gnome.org/GNOME/vte/-/issues/225

 src/vtegtk.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/vtegtk.cc b/src/vtegtk.cc
index 5808a210..0838b6bc 100644
--- a/src/vtegtk.cc
+++ b/src/vtegtk.cc
@@ -1817,7 +1817,7 @@ vte_terminal_class_init(VteTerminalClass *klass)
                                          "VteTerminal, " VTE_TERMINAL_CSS_NAME " {\n"
                                          "padding: 1px 1px 1px 1px;\n"
                                          "background-color: @theme_base_color;\n"
-                                         "color: @theme_fg_color;\n"
+                                         "color: @theme_text_color;\n"
                                          "}\n",
                                          -1, NULL);
 


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