aboutsummaryrefslogtreecommitdiff
path: root/src/settings.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.vala')
-rw-r--r--src/settings.vala2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings.vala b/src/settings.vala
index 9aef819..e7e424d 100644
--- a/src/settings.vala
+++ b/src/settings.vala
@@ -43,6 +43,8 @@ public class AGSettings
public static const string KEY_GROUP_FILTER = "group-filter";
public static const string KEY_IDLE_TIMEOUT = "idle-timeout";
public static const string KEY_REMOTE_SERVICE_FQDN = "remote-service-fqdn";
+ public static const string KEY_TOGGLEBOX_FONT_FGCOLOR = "togglebox-font-fgcolor";
+ public static const string KEY_TOGGLEBOX_BUTTON_BGCOLOR = "togglebox-button-bgcolor";
public static bool get_boolean (string key)
{