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-01-07 18:31:19 +0300
committerAntenore Gatta <antenore@simbiosi.org>2021-01-07 18:31:19 +0300
commitc1c49ff82f40ed77dfca42136e5402ac1cad765a (patch)
treee2189cfb2ddd07085b019e7b8b01987b779b7acb /src/remmina_pref.h
parent8f9f43ae1292a33296edf1053cbd7edfefa02445 (diff)
Updating colors and fixing bold and brightenss issues
Diffstat (limited to 'src/remmina_pref.h')
-rw-r--r--src/remmina_pref.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remmina_pref.h b/src/remmina_pref.h
index 3593c487a..a7964a2f5 100644
--- a/src/remmina_pref.h
+++ b/src/remmina_pref.h
@@ -89,6 +89,7 @@ typedef struct _RemminaColorPref {
/* Color palette for VTE terminal */
gchar * background;
gchar * cursor;
+ gchar * bold;
gchar * foreground;
gchar * color0;
gchar * color1;