[vte/wip/rishi/css-theme-text-color] widget: Improve legibility when using colours from the system theme
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [vte/wip/rishi/css-theme-text-color] widget: Improve legibility when using colours from the system theme
- Date: Thu,  2 Apr 2020 17:36:28 +0000 (UTC)
commit 7f109868cf339a66a0b450d89d91c38d56f6b092
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]