Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2021-02-16 17:12:42 +0300
committerAntenore Gatta <antenore@simbiosi.org>2021-02-16 17:12:42 +0300
commit74210ae9451887932122e6d790b101297f8a51d9 (patch)
treeda8cafb9ca345167a051b53a7a54a610e35b12b6 /src/remmina_pref.h
parent710f366bdaa32b45651ad9ecd7290d592442d388 (diff)
Fixing selections, bnold and cursor colors, fixes #2216
Signed-off-by: Antenore Gatta <antenore@simbiosi.org>
Diffstat (limited to 'src/remmina_pref.h')
-rw-r--r--src/remmina_pref.h5
1 files changed, 4 insertions, 1 deletions
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;