From 74210ae9451887932122e6d790b101297f8a51d9 Mon Sep 17 00:00:00 2001 From: Antenore Gatta Date: Tue, 16 Feb 2021 15:12:42 +0100 Subject: Fixing selections, bnold and cursor colors, fixes #2216 Signed-off-by: Antenore Gatta --- src/remmina_pref.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/remmina_pref.h') diff --git a/src/remmina_pref.h b/src/remmina_pref.h index 4b6385a2b..6edb4d63f 100644 --- a/src/remmina_pref.h +++ b/src/remmina_pref.h @@ -90,7 +90,10 @@ typedef struct _RemminaColorPref { /* Color palette for VTE terminal */ gchar * background; gchar * cursor; - gchar * bold; + gchar * cursor_foreground; + gchar * highlight; + gchar * highlight_foreground; + gchar * colorBD; gchar * foreground; gchar * color0; gchar * color1; -- cgit v1.2.3